Skip to content

Commit dc8fed7

Browse files
pre-commit-ci[bot]QuLogic
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.8.0](pre-commit/mirrors-mypy@v1.1.1...v1.8.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent a7a365f commit dc8fed7

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude: |
1313
)
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-docstring-first
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828
exclude_types: [svg]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.1.1
30+
rev: v1.8.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [
@@ -44,13 +44,13 @@ repos:
4444
files: lib/matplotlib #only run when files in lib/matplotlib are changed
4545
pass_filenames: false
4646
- repo: https://github.com/pycqa/flake8
47-
rev: 6.0.0
47+
rev: 6.1.0
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: [pydocstyle>5.1.0, flake8-docstrings>1.4.0, flake8-force]
5151
args: ["--docstring-convention=all"]
5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.2.5
53+
rev: v2.2.6
5454
hooks:
5555
- id: codespell
5656
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
@@ -61,7 +61,7 @@ repos:
6161
"doc/users/project/credits.rst"
6262
]
6363
- repo: https://github.com/pycqa/isort
64-
rev: 5.12.0
64+
rev: 5.13.2
6565
hooks:
6666
- id: isort
6767
name: isort (python)

ci/codespell-ignore-words.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
aas
2-
ans
32
axises
4-
ba
5-
cannotation
6-
ccompiler
73
coo
84
curvelinear
9-
dedented
10-
falsy
5+
filll
116
flate
127
fpt
138
hax
14-
hist
159
inh
1610
inout
1711
ment
1812
nd
13+
oint
1914
oly
20-
resizeable
2115
te
2216
thisy
2317
whis

0 commit comments

Comments
 (0)