Ignored .venv
This commit is contained in:
parent
e92e6bd1c4
commit
18dc90a4de
1
.flake8
1
.flake8
@ -1,3 +1,4 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 121
|
max-line-length = 121
|
||||||
select = A,E,F,W,I,T4,C4,B,T,R,FS,ECE
|
select = A,E,F,W,I,T4,C4,B,T,R,FS,ECE
|
||||||
|
exclude = .venv
|
||||||
|
@ -10,7 +10,7 @@ cache:
|
|||||||
before_script:
|
before_script:
|
||||||
- python --version ; pip --version # For debugging
|
- python --version ; pip --version # For debugging
|
||||||
- pip install virtualenv
|
- pip install virtualenv
|
||||||
- virtualenv venv
|
- virtualenv .venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ force_grid_wrap = 0
|
|||||||
use_parentheses = true
|
use_parentheses = true
|
||||||
ensure_newline_before_comments = true
|
ensure_newline_before_comments = true
|
||||||
line_length = 121
|
line_length = 121
|
||||||
skip = "dockerdata,.idea,static"
|
skip = "dockerdata,.idea,static,.venv/"
|
||||||
filter_files = true
|
filter_files = true
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user