Skip to content

Commit ce635e5

Browse files
build(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v3.4.0 → v4.0.0](compilerla/conventional-pre-commit@v3.4.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.6...v0.9.4) - [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.14.1](pre-commit/mirrors-mypy@v1.11.1...v1.14.1) - [github.com/pdm-project/pdm: 2.22.0 → 2.22.3](pdm-project/pdm@2.22.0...2.22.3) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent e3dd64e commit ce635e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
default_stages: [pre-commit]
44
repos:
55
- repo: https://github.com/compilerla/conventional-pre-commit
6-
rev: v3.4.0
6+
rev: v4.0.0
77
hooks:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.5.6'
11+
rev: 'v0.9.4'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1515
# TODO: Switch back to upstream docformatter
1616
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
1717
- repo: https://github.com/PyCQA/docformatter
18-
rev: eb1df34
18+
rev: v1.7.5
1919
# rev: v1.7.5
2020
hooks:
2121
- id: docformatter
2222
additional_dependencies: [tomli]
2323
args: [--in-place, --config, ./pyproject.toml]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.11.1
25+
rev: v1.14.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: ['types-requests', 'types-six']
2929
- repo: https://github.com/pdm-project/pdm
30-
rev: 2.22.0
30+
rev: 2.22.3
3131
hooks:
3232
- id: pdm-lock-check
3333
- id: pdm-export
3434
args: ["-o", "requirements.txt", "--without-hashes", "-G", "cli", "-G", "index-generation", "-dG:all"]
3535
files: ^pdm.lock$
3636
stages: [manual]
3737
- repo: https://github.com/kynan/nbstripout
38-
rev: 0.7.1
38+
rev: 0.8.1
3939
hooks:
4040
- id: nbstripout
4141
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)