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 90917e6 commit 086c032Copy full SHA for 086c032
.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.4.0
+ rev: v4.6.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: 6.1.0
+ rev: 7.1.0
14
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- repo: https://github.com/psf/black
18
- rev: 23.9.1
+ rev: 24.4.2
19
20
- id: black
21
args: [--safe, --line-length=120]
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.12.0
+ rev: 5.13.2
24
25
- id: isort
26
args: ['--profile', 'black']
0 commit comments