Skip to content

Commit 6d8acd5

Browse files
[pre-commit.ci] pre-commit suggestions (#190)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](codespell-project/codespell@v2.1.0...v2.2.2) - [github.com/asottile/pyupgrade: v2.34.0 → v3.3.1](asottile/pyupgrade@v2.34.0...v3.3.1) - [github.com/kynan/nbstripout: 0.5.0 → 0.6.1](kynan/nbstripout@0.5.0...0.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fc9ee3a commit 6d8acd5

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
@@ -11,27 +11,27 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v4.4.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 22.12.0
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.10.1
27+
rev: 5.11.4
2828
hooks:
2929
- id: isort
3030
name: "Sort Imports"
3131
args: [ "--profile black" ]
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.1.0
34+
rev: v2.2.2
3535
hooks:
3636
- id: codespell
3737
args:
@@ -41,7 +41,7 @@ repos:
4141
- "*.bib,*.ipynb"
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v2.34.0
44+
rev: v3.3.1
4545
hooks:
4646
- id: pyupgrade
4747
args: [ --py36-plus ]
@@ -66,7 +66,7 @@ repos:
6666
pass_filenames: false
6767

6868
- repo: https://github.com/kynan/nbstripout
69-
rev: 0.5.0
69+
rev: 0.6.1
7070
hooks:
7171
- id: nbstripout
7272
args:

0 commit comments

Comments
 (0)