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.
2 parents a58e734 + 2afa404 commit b2f5a80Copy full SHA for b2f5a80
1 file changed
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: mixed-line-ending
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: check-toml
9
- id: check-yaml
10
- - repo: https://github.com/psf/black
11
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 26.1.0
12
13
- id: black
14
language_version: python3
@@ -17,6 +17,6 @@ repos:
17
18
- id: flake8
19
- repo: https://github.com/pycqa/isort
20
- rev: 6.0.1
+ rev: 8.0.1
21
22
- id: isort
0 commit comments