Skip to content

Commit b682161

Browse files
authored
Merge pull request #175 from jschlyter/ruff
Update ruff
2 parents 502ae62 + d5211e9 commit b682161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-json
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.6.8
12+
rev: v0.8.0
1313
hooks:
1414
- id: ruff
1515
- id: ruff-format

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ responses = "^0.13.0"
3030
sphinx = "^3.5.2"
3131
sphinx-autobuild = "^2021.3.14"
3232
coverage = "^7"
33-
ruff = "^0.6.3"
33+
ruff = ">=0.8.0"
3434
pytest-ruff = "^0.3.2"
3535

3636
[build-system]
@@ -64,7 +64,7 @@ select = [
6464
# isort
6565
"I",
6666
]
67-
ignore = ["E501", "I001", "SIM102"]
67+
ignore = ["E501", "I001", "SIM102", "UP006", "UP035"]
6868
exclude = ["examples/*"]
6969

7070
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)