Skip to content

Commit 666edb6

Browse files
authored
Update dev dependencies (#1466)
* Update dev dependencies * Add Ruff to dev deps
1 parent 5d216e6 commit 666edb6

File tree

3 files changed

+495
-434
lines changed

3 files changed

+495
-434
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.12.7
7+
rev: v0.12.11
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
2323
args: [--exclude-file=tests/test_mypy.yml]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: trailing-whitespace
2929
- id: end-of-file-fixer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docs = [
6969
"towncrier",
7070
]
7171
docs-watch = [{ include-group = "docs" }, "watchfiles"]
72-
dev = [{ include-group = "tests" }]
72+
dev = [{ include-group = "tests" }, "ruff"]
7373

7474

7575
[tool.hatch.version]

0 commit comments

Comments
 (0)