We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556a416 commit 91a38baCopy full SHA for 91a38ba
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/PyCQA/isort
3
- rev: 5.10.1
+ rev: 5.13.2
4
hooks:
5
- id: isort
6
additional_dependencies: [toml]
7
- repo: https://github.com/psf/black
8
- rev: 22.8.0
+ rev: 23.12.1
9
10
- id: black
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.3.0
+ rev: v4.5.0
13
14
- id: check-added-large-files
15
- id: check-case-conflict
@@ -28,11 +28,11 @@ repos:
28
args: ["--remove"]
29
- id: requirements-txt-fixer
30
- repo: https://github.com/PyCQA/flake8
31
- rev: 5.0.4
+ rev: 7.0.0
32
33
- id: flake8
34
- repo: https://github.com/pycqa/pydocstyle
35
- rev: 6.1.1
+ rev: 6.3.0
36
37
- id: pydocstyle
38
exclude: test.*|custom_.*|\d\d\d\d_.*
0 commit comments