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 939d512 commit 05a8290Copy full SHA for 05a8290
.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.7"
+ rev: "v0.1.8"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
12
- repo: https://github.com/psf/black
13
- rev: 23.11.0
+ rev: 23.12.0
14
15
- id: black
16
- repo: https://github.com/tox-dev/tox-ini-fmt
0 commit comments