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 ecee964Copy full SHA for ecee964
.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,7 +16,7 @@ repos:
16
args: [-i]
17
types: [python]
18
- repo: https://github.com/pycqa/flake8
19
- rev: 7.1.1
+ rev: 7.2.0
20
21
- id: flake8
22
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments