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 0f7de8b commit 1123272Copy full SHA for 1123272
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# https://pre-commit.com/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -10,17 +10,17 @@ repos:
10
- id: debug-statements
11
# code formatting
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 7.1.0
+ rev: 7.1.2
14
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- repo: https://github.com/psf/black
18
- rev: 24.4.2
+ rev: 25.1.0
19
20
- id: black
21
args: [--safe, --line-length=120]
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.13.2
+ rev: 6.0.1
24
25
- id: isort
26
args: ['--profile', 'black']
0 commit comments