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 41ea1da commit db24b9cCopy full SHA for db24b9c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
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: check-added-large-files
6
- id: check-case-conflict
@@ -25,13 +25,13 @@ repos:
25
26
- id: isort
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.12.4"
+ rev: "v0.13.0"
29
30
- id: ruff-format
31
- id: ruff
32
args: [--fix]
33
- repo: https://github.com/adamchainz/blacken-docs
34
- rev: 1.19.1
+ rev: 1.20.0
35
36
- id: blacken-docs
37
language_version: python3.10
0 commit comments