Skip to content

Commit 4679fb9

Browse files
autoupdate pre-commit hooks (#73)
updates: - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](google/yamlfmt@v0.17.2...v0.21.0) - [github.com/fsfe/reuse-tool: v6.0.0 → v6.2.0](fsfe/reuse-tool@v6.0.0...v6.2.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/pycqa/pylint: v3.3.9 → v4.0.4](pylint-dev/pylint@v3.3.9...v4.0.4) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.4.0...3.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 10aa38e commit 4679fb9

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
@@ -6,7 +6,7 @@ ci:
66
autoupdate_schedule: quarterly
77
repos:
88
- repo: https://github.com/google/yamlfmt
9-
rev: v0.17.2
9+
rev: v0.21.0
1010
hooks:
1111
- id: yamlfmt
1212
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
@@ -15,7 +15,7 @@ repos:
1515
- id: pretty-format-toml
1616
args: [--autofix]
1717
- repo: https://github.com/fsfe/reuse-tool
18-
rev: v6.0.0
18+
rev: v6.2.0
1919
hooks:
2020
- id: reuse
2121
- repo: https://github.com/codespell-project/codespell
@@ -28,21 +28,21 @@ repos:
2828
- id: blacken-docs
2929
args: [-l 100]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.18.2
31+
rev: v1.19.1
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.9
38+
rev: v4.0.4
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.13.3
45+
rev: v0.14.10
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]
@@ -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.4.0"
93+
rev: "3.6.0"
9494
hooks:
9595
- id: editorconfig-checker
9696
alias: ec

0 commit comments

Comments
 (0)