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 66f152b commit 53c108cCopy full SHA for 53c108c
.pre-commit-config.yaml
@@ -2,9 +2,9 @@ ci:
2
autoupdate_schedule: quarterly
3
4
repos:
5
- - repo: https://github.com/charliermarsh/ruff-pre-commit
+ - repo: https://github.com/astral-sh/ruff-pre-commit
6
# Ruff version.
7
- rev: 'v0.0.260'
+ rev: 'v0.0.276'
8
hooks:
9
- id: ruff
10
args: ["--fix"]
@@ -44,13 +44,13 @@ repos:
44
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
45
46
- repo: https://github.com/codespell-project/codespell
47
- rev: v2.2.4
+ rev: v2.2.5
48
49
- id: codespell
50
additional_dependencies:
51
- tomli
52
53
- repo: https://github.com/abravalheri/validate-pyproject
54
- rev: v0.12.2
+ rev: v0.13
55
56
- id: validate-pyproject
0 commit comments