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 797a861 commit 58f5ae3Copy full SHA for 58f5ae3
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
args:
40
- --fix
41
- repo: https://github.com/charliermarsh/ruff-pre-commit
42
- rev: 'v0.0.272'
+ rev: 'v0.0.275'
43
hooks:
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
language_version: python3
51
entry: black --target-version=py38
52
- repo: https://github.com/tox-dev/pyproject-fmt
53
- rev: 0.12.0
+ rev: 0.12.1
54
55
- id: pyproject-fmt
56
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments