Create .flake8

This commit is contained in:
ElVit 2026-02-12 15:56:33 +01:00 committed by GitHub
parent b2b041f9db
commit 70f36ad653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
exclude = .venv
max-line-length = 100