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 ab15d1f commit 5855379Copy full SHA for 5855379
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+default_language_version:
2
+ python: python3.7
3
+repos:
4
+- repo: https://github.com/nbQA-dev/nbQA
5
+ rev: 1.4.0
6
+ hooks:
7
+ - id: nbqa-pyupgrade
8
+ args: [--py37-plus]
9
+ - id: nbqa-isort
10
+ - id: nbqa-black
11
+ - id: nbqa-flake8
0 commit comments