We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10da3a8 commit 4c39b42Copy full SHA for 4c39b42
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
args: [--profile, black]
18
types: [python]
19
- repo: https://github.com/ambv/black
20
- rev: 22.12.0
+ rev: 23.3.0
21
hooks:
22
- id: black
23
- repo: https://github.com/pycqa/flake8
24
rev: 6.0.0
25
26
- id: flake8
27
- repo: https://github.com/nbQA-dev/nbQA
28
- rev: 1.6.1
+ rev: 1.7.0
29
30
- id: nbqa-black
31
# additional_dependencies: [jupytext] # optional, only if you're using Jupytext
0 commit comments