We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833cb1a commit be602e3Copy full SHA for be602e3
3 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.12.3'
+ rev: 'v0.12.7'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
16
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
17
- id: check-toml
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.17.0
+ rev: v1.17.1
20
21
- id: mypy
22
additional_dependencies: [pydantic]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "scim2-client"
-version = "0.6.0"
+version = "0.6.1"
8
description = "Pythonically build SCIM requests and parse SCIM responses"
9
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
10
license = {file = "LICENSE.md"}
0 commit comments