Skip to content

Commit e314d60

Browse files
committed
fix pep 8 complicance
1 parent 89d8ea3 commit e314d60

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ site/
99
test.py
1010
.vscode/
1111
vgcore.*
12-
.venv/
12+
.venv/
13+
_pointers.cpython*

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ repos:
1818
hooks:
1919
- id: flake8
2020
exclude: ^tests/
21-
additional_dependencies:
22-
- flake8-docstrings~=1.6.0
2321

2422
- repo: https://github.com/pre-commit/mirrors-mypy
2523
rev: v0.971

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ flake8~=4.0.1
22
isort~=5.10.1
33
pre-commit~=2.17.0
44
mypy~=0.971
5-
flake8-docstrings~=1.6.0
-26.7 KB
Binary file not shown.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude=
77
tests
88

99
ignore=
10-
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,D100,D104,D105,D106,D107,F405,F403
10+
F405,F403,W503
1111

1212
[isort]
1313
multi_line_output=5

0 commit comments

Comments
 (0)