We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fc45d commit 2791651Copy full SHA for 2791651
.pre-commit-config.yaml
@@ -1,20 +1,18 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v3.2.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- - repo: https://github.com/psf/black
9
- rev: "22.6.0"
10
- hooks:
11
- - id: black
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
# Ruff version.
14
- rev: "v0.0.256"
+ rev: "v0.14.0"
15
16
- - id: ruff
+ - id: ruff-check
+ args: [--fix]
+ - id: ruff-format
17
- repo: https://github.com/pycqa/isort
18
- rev: "5.12.0"
+ rev: "7.0.0"
19
20
- id: isort
0 commit comments