tox.ini, .gitignore

This commit is contained in:
SvyatoslavArtymovych 2023-05-09 16:34:42 +03:00
parent 2255d63b97
commit ccd37e898a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ node_modules/
.env
*.pyc
/*.sqlite3
.DS_Store

View File

@ -3,4 +3,4 @@
max-line-length = 120
;exclude = tests/*
;max-complexity = 10
exclude = .git,__pycache__,.venv/,migrations/
exclude = .git,__pycache__,.venv/,migrations/,node_modules