-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated pdm, dev dependencies, and pre-commit pinned versions (#376)
- Loading branch information
1 parent
90a4e9c
commit 92b2be9
Showing
20 changed files
with
326 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ci: | |
|
||
repos: | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v3.17.0 | ||
rev: v3.19.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: ['--py311-plus'] | ||
|
@@ -32,21 +32,21 @@ repos: | |
- id: flake8 | ||
args: ['--config', '.flake8'] | ||
additional_dependencies: [ | ||
'flake8-dunder-all @ git+https://github.com/francis-clairicia/[email protected]' | ||
'git+https://github.com/francis-clairicia/[email protected]' | ||
] | ||
- repo: https://github.com/PyCQA/bandit | ||
rev: '1.7.10' | ||
hooks: | ||
- id: bandit | ||
args: ['-c', '.bandit.yml'] | ||
- repo: https://github.com/aio-libs/sort-all | ||
rev: 'v1.2.0' | ||
rev: 'v1.3.0' | ||
hooks: | ||
- id: sort-all | ||
types: [] # Overwrite with empty in order to fallback to types_or | ||
types_or: [python, pyi] | ||
- repo: https://github.com/pdm-project/pdm | ||
rev: '2.19.3' | ||
rev: '2.20.1' | ||
hooks: | ||
- id: pdm-lock-check | ||
- id: pdm-export | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,14 +87,14 @@ format = [ | |
"black>=22.6.0", | ||
] | ||
mypy = [ | ||
"mypy~=1.11,!=1.12.0", # mypy 1.12 breaks all the type inference for the callbacks and the context managers. | ||
"mypy~=1.13", | ||
] | ||
types-msgpack = [ | ||
"msgpack-types>=0.5.0", | ||
] | ||
flake8 = [ | ||
"flake8>=7.0,<8", | ||
"flake8-dunder-all @ git+https://github.com/francis-clairicia/[email protected]", | ||
"git+https://github.com/francis-clairicia/[email protected]", | ||
] | ||
bandit = [ | ||
"bandit>=1.7.5,<2", | ||
|
@@ -103,12 +103,12 @@ test = [ | |
"pytest~=8.3", | ||
"pytest-xdist~=3.3", | ||
"pytest-mock~=3.10", | ||
"pytest-cov~=5.0", | ||
"pytest-cov~=6.0", | ||
"pytest-asyncio~=0.24.0", | ||
"trove-classifiers>=2023.11.9", | ||
# "pytest-retry~=1.6", | ||
# Temporary use VCS to get the modifications added on main (c.f. https://github.com/str0zzapreti/pytest-retry/pull/39) | ||
"pytest-retry @ git+https://github.com/str0zzapreti/pytest-retry.git@bb465fff6f01f3f90a77229468f7e08a3bdbce20", | ||
"git+https://github.com/str0zzapreti/pytest-retry.git@bb465fff6f01f3f90a77229468f7e08a3bdbce20", | ||
] | ||
test-ssl = [ | ||
"trustme~=1.0", | ||
|
@@ -128,7 +128,7 @@ doc = [ | |
] | ||
micro-benchmark = [ | ||
"pytest~=8.3", | ||
"pytest-benchmark[histogram]~=4.0", | ||
"pytest-benchmark[histogram]~=5.0", | ||
] | ||
benchmark-servers = [ | ||
"build~=1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters