File tree Expand file tree Collapse file tree 3 files changed +166
-138
lines changed
Expand file tree Collapse file tree 3 files changed +166
-138
lines changed Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : ' v0.12.3 '
4+ rev : ' v0.12.7 '
55 hooks :
66 - id : ruff
77 args : [--fix, --exit-non-zero-on-fix]
1616 exclude : " \\ .svg$|\\ .map$|\\ .min\\ .css$|\\ .min\\ .js$|\\ .po$|\\ .pot$"
1717 - id : check-toml
1818 - repo : https://github.com/pre-commit/mirrors-mypy
19- rev : v1.17.0
19+ rev : v1.17.1
2020 hooks :
2121 - id : mypy
2222 additional_dependencies : [pydantic]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " scim2-client"
7- version = " 0.6.0 "
7+ version = " 0.6.1 "
88description = " Pythonically build SCIM requests and parse SCIM responses"
99authors = [{name =" Yaal Coop" , email =" contact@yaal.coop" }]
1010license = {file = " LICENSE.md" }
You can’t perform that action at this time.
0 commit comments