We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ae21a commit 967438bCopy full SHA for 967438b
.gitignore
@@ -107,4 +107,6 @@ venv.bak/
107
# mypy
108
.mypy_cache/
109
110
+# Generated files
111
htmlflake/
112
+ruff.json
requirements-linting.txt
@@ -1 +1,22 @@
1
+flake8
2
+flake8-aaa
3
+flake8-assertive
4
+flake8-bugbear
5
+flake8-clean-block
6
+flake8-commas
7
+flake8-comprehensions
8
+flake8-docstrings
9
+flake8-eradicate
10
+flake8-html
11
+flake8-length
12
+flake8-literal
13
+flake8-multiline-containers
14
+flake8-picky-parentheses
15
+flake8-pyproject
16
+flake8-return
17
+flake8-rst-docstrings
18
+flake8-simplify
19
+flake8-type-checking
20
+flake8-use-fstring
21
+flake8-secure-coding-standard
22
ruff
0 commit comments