Skip to content

Commit 0791415

Browse files
committed
Fix pre-commit, extend gitignore
1 parent bfffb68 commit 0791415

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ var/
2424
.installed.cfg
2525
*.egg
2626
*.ipynb
27+
28+
# IDE and code editors
29+
*.iml
30+
.idea
31+
.vscode
32+
*.code-workspace
33+
.history

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v1.3.5
44
hooks:
55
- id: reorder-python-imports
6-
language_version: python3.6
6+
language_version: python3
77
- repo: https://github.com/ambv/black
88
rev: 18.9b0
99
hooks:

0 commit comments

Comments
 (0)