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 3d4742e commit 10bf8ebCopy full SHA for 10bf8eb
.pre-commit-config.yaml
@@ -2,11 +2,11 @@ exclude: 'docs/source/conf.py|versioneer.py'
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 25.1.0
+ rev: 25.9.0
6
hooks:
7
- id: black
8
- repo: https://github.com/PyCQA/flake8
9
- rev: 7.2.0
+ rev: 7.3.0
10
11
- id: flake8
12
- repo: https://github.com/asottile/seed-isort-config
0 commit comments