Add flake8 (#11676)

This commit is contained in:
Sebastian Rittau
2024-05-09 19:50:07 -07:00
committed by GitHub
parent 392ae934fc
commit 27cad856f8
35 changed files with 668 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
version = "7.0.*"
upstream_repository = "https://github.com/pycqa/flake8"
requires = ["types-pyflakes"]