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 994eb73 commit 78613b6Copy full SHA for 78613b6
.pre-commit-config.yaml
@@ -2,18 +2,18 @@ default_language_version:
2
python: python
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.0.1
+ rev: v4.5.0
6
hooks:
7
- id: check-merge-conflict
8
- id: debug-statements
9
- stages: [commit]
+ stages: [pre-commit]
10
- id: end-of-file-fixer
11
12
- repo: https://github.com/pycqa/isort
13
rev: 5.13.2
14
15
- id: isort
16
17
# - repo: https://github.com/psf/black
18
# rev: 23.12.0
19
# hooks:
requirements.txt
@@ -1,6 +1,6 @@
1
click~=8.0.3
pip~>23.3
-wheel~=0.37.1
+wheel~=0.38.1
cryptography~>43.0.1
lxml~>4.9.1
keyring~=23.5.0
0 commit comments