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 1200509 commit f0603a1Copy full SHA for f0603a1
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pycqa/isort
6
- rev: 6.0.0
+ rev: 6.0.1
7
hooks:
8
- id: isort
9
name: isort (python)
@@ -16,11 +16,11 @@ repos:
16
args: [-i]
17
types: [python]
18
- repo: https://github.com/pycqa/flake8
19
- rev: 7.1.1
+ rev: 7.3.0
20
21
- id: flake8
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v5.0.0
+ rev: v6.0.0
24
25
- id: trailing-whitespace
26
- id: check-docstring-first
0 commit comments