Skip to content

Commit 441659b

Browse files
[pre-commit.ci] pre-commit suggestions (#195)
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 40c7100 commit 441659b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.12.0
21+
rev: 23.3.0
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
@@ -31,7 +31,7 @@ repos:
3131
args: [ "--profile black" ]
3232

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

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v3.3.1
44+
rev: v3.8.0
4545
hooks:
4646
- id: pyupgrade
4747
args: [ --py36-plus ]
4848

4949
- repo: https://github.com/PyCQA/bandit
50-
rev: 1.7.4
50+
rev: 1.7.5
5151
hooks:
5252
- id: bandit
5353
language_version: python3

0 commit comments

Comments
 (0)