Skip to content

Commit 4c39b42

Browse files
committed
run pre-commit autoupdate
1 parent 10da3a8 commit 4c39b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
args: [--profile, black]
1818
types: [python]
1919
- repo: https://github.com/ambv/black
20-
rev: 22.12.0
20+
rev: 23.3.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/pycqa/flake8
2424
rev: 6.0.0
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/nbQA-dev/nbQA
28-
rev: 1.6.1
28+
rev: 1.7.0
2929
hooks:
3030
- id: nbqa-black
3131
# additional_dependencies: [jupytext] # optional, only if you're using Jupytext

0 commit comments

Comments
 (0)