Thanks to visit codestin.com Credit goes to github.com
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 3ce2035 commit 0dcc051Copy full SHA for 0dcc051
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ 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.13"
+ rev: "v0.1.14"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
@@ -19,7 +19,7 @@ repos:
19
- id: tox-ini-fmt
20
args: ["-p", "fix"]
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "1.6.0"
+ rev: "1.7.0"
23
24
- id: pyproject-fmt
25
additional_dependencies: ["tox>=4.11.4"]
0 commit comments