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 4d6959fCopy full SHA for 4d6959f
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# vim: set nospell:
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
args: [--markdown-linebreak-ext=md]
@@ -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: "6.0.1"
16
17
- id: isort
18
- repo: https://github.com/PyCQA/flake8
19
- rev: "6.1.0"
+ rev: "7.2.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: "25.1.0"
28
29
- id: black
0 commit comments