We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f4b15 + ceeabf7 commit eb0f5ceCopy full SHA for eb0f5ce
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-docstring-first
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: check-yaml # checks for correct yaml syntax for github actions ex.
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.6.8
+ rev: v0.6.9
11
12
- id: ruff
13
args: [--fix, --exit-non-zero-on-fix, --ignore=E501]
14
- repo: https://github.com/psf/black
15
- rev: 24.8.0
+ rev: 24.10.0
16
17
- id: black
18
- repo: https://github.com/crate-ci/typos
19
- rev: v1.24.6
+ rev: v1.26.0
20
21
- id: typos
22
files: \.(py|md|rst|yaml|toml)
0 commit comments