We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baea96 commit d709a55Copy full SHA for d709a55
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: "v0.1.0"
+ rev: "v0.1.1"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
12
- repo: https://github.com/psf/black
13
- rev: 23.9.1
+ rev: 23.10.1
14
15
- id: black
16
- repo: https://github.com/tox-dev/tox-ini-fmt
0 commit comments