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.
2 parents bfffb68 + 0791415 commit 3573673Copy full SHA for 3573673
.gitignore
@@ -24,3 +24,10 @@ var/
24
.installed.cfg
25
*.egg
26
*.ipynb
27
+
28
+# IDE and code editors
29
+*.iml
30
+.idea
31
+.vscode
32
+*.code-workspace
33
+.history
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
rev: v1.3.5
4
hooks:
5
- id: reorder-python-imports
6
- language_version: python3.6
+ language_version: python3
7
- repo: https://github.com/ambv/black
8
rev: 18.9b0
9
0 commit comments