We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a930a6d + 38c2ad4 commit ab0d000Copy full SHA for ab0d000
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.10.0 # keep in sync with pyproject.toml
+ rev: 25.1.0 # keep in sync with pyproject.toml
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/PyCQA/isort
8
- rev: '5.13.2' # keep in sync with pyproject.toml
+ rev: '6.0.0' # keep in sync with pyproject.toml
9
10
- id: isort
11
- repo: https://github.com/PyCQA/flake8
0 commit comments