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 112cbc2 commit 9275d79Copy full SHA for 9275d79
.flake8
@@ -1,3 +1,6 @@
1
[flake8]
2
max-line-length = 88
3
-ignore = E203
+ignore = E203, W503
4
+exclude =
5
+ updates
6
+ venv
.pre-commit-config.yaml
@@ -1,4 +1,13 @@
repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.0.1
+ hooks:
+ - id: end-of-file-fixer
+ - repo: https://github.com/PyCQA/isort
7
+ rev: 5.12.0
8
9
+ - id: isort
10
+ args: ['--profile','black']
11
- repo: https://github.com/psf/black
12
rev: 22.12.0
13
hooks:
@@ -7,4 +16,4 @@ repos:
16
- repo: https://github.com/PyCQA/flake8
17
rev: 6.0.0
18
- - id: flake8
19
+ - id: flake8
0 commit comments