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 61a0e35 commit b58e73cCopy full SHA for b58e73c
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: 24.3.0
+ rev: 24.8.0
10
11
- id: black
12
- repo: https://github.com/pycqa/isort
@@ -15,6 +15,6 @@ repos:
15
- id: isort
16
name: isort (python)
17
- repo: https://github.com/pycqa/flake8
18
- rev: 7.0.0
+ rev: 7.1.1
19
20
- id: flake8
0 commit comments