Skip to content

Commit 2551a8c

Browse files
pre-commit-ci[bot]cbkerrbdice
authored
[pre-commit.ci] pre-commit autoupdate (#196)
* [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/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/FlamingTempura/bibtex-tidy: v1.8.5 → v1.11.0](FlamingTempura/bibtex-tidy@v1.8.5...v1.11.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * Revert bibtex-tidy. * Update .codespellrc --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Corwin Kerr <[email protected]> Co-authored-by: Bradley Dice <[email protected]>
1 parent 7545c4a commit 2551a8c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: .codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
builtin = clear
33
quiet-level = 2
4-
ignore-words-list = musil
4+
ignore-words-list = musil,nin

Diff for: .pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: 'v4.4.0'
6+
rev: 'v4.5.0'
77
hooks:
88
- id: check-json
99
- id: check-merge-conflict
@@ -13,17 +13,17 @@ repos:
1313
- id: mixed-line-ending
1414
- id: trailing-whitespace
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: 'v3.13.0'
16+
rev: 'v3.15.0'
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- --py36-plus
2121
- repo: https://github.com/PyCQA/isort
22-
rev: '5.12.0'
22+
rev: '5.13.2'
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: '23.9.1'
26+
rev: '23.12.1'
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8
@@ -33,7 +33,7 @@ repos:
3333
args:
3434
- --max-line-length=100
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.7.0
36+
rev: 1.7.1
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-pyupgrade
@@ -66,6 +66,6 @@ repos:
6666
- id: rst-directive-colons
6767
- id: rst-inline-touching-normal
6868
- repo: https://github.com/codespell-project/codespell
69-
rev: v2.2.5
69+
rev: v2.2.6
7070
hooks:
7171
- id: codespell

0 commit comments

Comments
 (0)