Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4c12c5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/PyCQA/doc8/: v1.1.1 → v2.0.0 - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.21.0](asottile/pyupgrade@v3.15.2...v3.21.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50)
1 parent f2a2c21 commit f4c12c5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: check-useless-excludes
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -52,53 +52,53 @@ repos:
5252
additional_dependencies: [toml]
5353

5454
- repo: https://github.com/PyCQA/doc8/
55-
rev: v1.1.1
55+
rev: v2.0.0
5656
hooks:
5757
- id: doc8
5858
require_serial: false
5959
additional_dependencies: [tomli]
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: v2.2.6
62+
rev: v2.4.1
6363
hooks:
6464
- id: codespell
6565
require_serial: false
6666
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
6767
args: [-S, '.git,third_party', -I, .codespell.allow]
6868

6969
- repo: https://github.com/adrienverge/yamllint.git
70-
rev: v1.35.1
70+
rev: v1.37.1
7171
hooks:
7272
- id: yamllint
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.15.2
76+
rev: v3.21.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
8080

8181
- repo: https://github.com/PyCQA/isort
82-
rev: 5.13.2
82+
rev: 7.0.0
8383
hooks:
8484
- id: isort
8585
name: isort (python)
8686

87-
- repo: https://github.com/psf/black
88-
rev: 24.3.0
87+
- repo: https://github.com/psf/black-pre-commit-mirror
88+
rev: 25.9.0
8989
hooks:
9090
- id: black
9191
language_version: python3
9292

9393
- repo: https://github.com/asottile/blacken-docs
94-
rev: 1.16.0
94+
rev: 1.20.0
9595
hooks:
9696
- id: blacken-docs
9797
args: [-S, -l, '120']
9898
additional_dependencies: [black==22.10.0]
9999

100100
- repo: https://github.com/PyCQA/flake8
101-
rev: 7.0.0
101+
rev: 7.3.0
102102
hooks:
103103
- id: flake8
104104
name: flake8-strict
@@ -120,7 +120,7 @@ repos:
120120
additional_dependencies: [pybind11>=2.6, numpy, requests, matplotlib, networkx]
121121

122122
- repo: https://github.com/mgedmin/check-manifest
123-
rev: '0.49'
123+
rev: '0.50'
124124
hooks:
125125
- id: check-manifest
126126
additional_dependencies: ['setuptools-scm', 'pybind11>=2.6']

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /