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 4d151bc commit 713eb11Copy full SHA for 713eb11
.pre-commit-config.yaml
@@ -12,18 +12,18 @@ repos:
12
- id: check-added-large-files
13
- id: debug-statements
14
- repo: https://github.com/pycqa/isort
15
- rev: "5.12.0"
+ rev: "5.13.2"
16
hooks:
17
- id: isort
18
- repo: https://github.com/PyCQA/flake8
19
- rev: "6.1.0"
+ rev: "7.0.0"
20
21
- id: flake8
22
additional_dependencies:
23
- flake8-comprehensions
24
- flake8-bugbear
25
exclude: docs\/.*
26
- repo: https://github.com/psf/black
27
- rev: "23.11.0"
+ rev: "23.12.1"
28
29
- id: black
0 commit comments