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 2ae01b5 commit 460e376Copy full SHA for 460e376
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
- id: end-of-file-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 23.10.1
+ rev: 24.1.1
14
hooks:
15
- id: black
16
args: [--config, "./pyproject.toml"]
17
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.12.0
+ rev: 5.13.2
20
21
- id: isort
22
args: [--settings-path, "./pyproject.toml"]
0 commit comments