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 36130c9 commit 001c79bCopy full SHA for 001c79b
.pre-commit-config.yaml
@@ -3,11 +3,11 @@ repos:
3
- id: ruff
4
name: ruff-lint
5
repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.5.1
+ rev: v0.5.2
7
8
- hooks:
9
- id: ruff-format
10
name: ruff-format
11
args: [--check]
12
13
pyproject.toml
@@ -21,7 +21,7 @@ optional = true
21
pytest = "^8.0.0"
22
pytest-cov = "^4.1.0"
23
coverage = "^7.4.1"
24
-ruff = "0.5.1"
+ruff = "0.5.2"
25
pre-commit = "^3.7.1"
26
27
0 commit comments