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 1faa029 commit 51ef5bbCopy full SHA for 51ef5bb
.pre-commit-config.yaml
@@ -2,21 +2,21 @@ fail_fast: false
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v5.0.0
6
hooks:
7
- id: check-toml
8
- id: check-yaml
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 24.2.0
+ rev: 25.1.0
14
15
- id: black
16
args: [--config, "./pyproject.toml"]
17
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.13.2
+ rev: 6.0.1
20
21
- id: isort
22
args: [--settings-path, "./pyproject.toml"]
0 commit comments