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 3f136cf commit ce326bfCopy full SHA for ce326bf
.pre-commit-config.yaml
@@ -3,18 +3,15 @@
3
# Then run `pre-commit install`
4
5
# Learn more about this config here: https://pre-commit.com/
6
-default_language_version:
7
- python: python3.11
8
-
9
ci:
10
autoupdate_schedule: monthly
11
submodules: true
12
13
repos:
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.13.3
+ rev: v0.14.1
16
hooks:
17
- - id: ruff # See pyproject.toml for args
+ - id: ruff-check # See pyproject.toml for args
18
19
- repo: https://github.com/codespell-project/codespell
20
rev: v2.4.1
0 commit comments