Skip to content

Commit 33b6caf

Browse files
autoupdate pre-commit hooks (#68)
updates: - [github.com/fsfe/reuse-tool: v5.0.2 → v6.0.0](fsfe/reuse-tool@v5.0.2...v6.0.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/pycqa/pylint: v3.3.7 → v3.3.9](pylint-dev/pylint@v3.3.7...v3.3.9) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.4.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b672834 commit 33b6caf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ repos:
1515
- id: pretty-format-toml
1616
args: [--autofix]
1717
- repo: https://github.com/fsfe/reuse-tool
18-
rev: v5.0.2
18+
rev: v6.0.0
1919
hooks:
2020
- id: reuse
2121
- repo: https://github.com/codespell-project/codespell
2222
rev: v2.4.1
2323
hooks:
2424
- id: codespell
2525
- repo: https://github.com/adamchainz/blacken-docs
26-
rev: "1.19.1"
26+
rev: "1.20.0"
2727
hooks:
2828
- id: blacken-docs
2929
args: [-l 100]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.17.1
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
files: simweights
3535
additional_dependencies: [numpy]
3636
exclude: ^contrib/
3737
- repo: https://github.com/pycqa/pylint
38-
rev: v3.3.7
38+
rev: v3.3.9
3939
hooks:
4040
- id: pylint
4141
files: simweights
4242
exclude: ^contrib/
4343
additional_dependencies: [numpy, pandas]
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.12.7
45+
rev: v0.13.3
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]
@@ -67,7 +67,7 @@ repos:
6767
- id: forbid-crlf
6868
- id: forbid-tabs
6969
- repo: https://github.com/pre-commit/pre-commit-hooks
70-
rev: v5.0.0
70+
rev: v6.0.0
7171
hooks:
7272
- id: check-added-large-files
7373
- id: check-builtin-literals
@@ -90,7 +90,7 @@ repos:
9090
- id: trailing-whitespace
9191
exclude: \.svg$
9292
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
93-
rev: "3.2.1"
93+
rev: "3.4.0"
9494
hooks:
9595
- id: editorconfig-checker
9696
alias: ec

0 commit comments

Comments
 (0)