Skip to content

Commit

Permalink
Add Flake8 configuration in repository root (#217)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update sqaaas.yml

* Update pyproject.toml

* I had to surrender to the fact that bloody flake8 does not support pyproject.toml

* Reset trigger
  • Loading branch information
matbun authored Sep 19, 2024
1 parent 29081fa commit d2acd25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
extend-ignore = E203,W503
max-line-length = 88
exclude = .git,__pycache__,docs/conf.py,use-cases,tutorials,tests,old,build,dist,.venv*,envAI*,env-files,.vscode

0 comments on commit d2acd25

Please sign in to comment.