Skip to content

Commit 8838a7f

Browse files
authored
pre-commit: add flake8, mypy and pylint (brisbanesocialchess#556)
* pre-commit: add flake8, mypy and pylint Also clean up the pre-commit config * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml * Update .github/linters/.flake8 * Update .github/linters/.pylintrc * Fixups
1 parent 8983672 commit 8838a7f

File tree

9 files changed

+685
-11
lines changed

9 files changed

+685
-11
lines changed

.github/linters/.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
max-line-length = 88
3+
exclude = .git,__pycache__,docs,.venv,venv

0 commit comments

Comments
 (0)