Skip to content

Commit 2e8903a

Browse files
committed
Pyflakes pre-commit hook
1 parent 29b193e commit 2e8903a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ repos:
3737
language: system
3838
require_serial: true
3939
types: [python]
40+
41+
- id: pyflakes
42+
name: pyflakes
43+
entry: pyflakes
44+
language: system
45+
require_serial: true
46+
types: [python]

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ isort = "^5.11.5"
7272
black = "^23.9.1"
7373
flynt = "^1.0"
7474
deptry = "^0.12.0"
75+
flake8 = "^5.0.4"
76+
pyflakes = "^2.5.0"
7577

7678
[tool.poetry.scripts]
7779
openapi-spec-validator = "openapi_spec_validator.__main__:main"

0 commit comments

Comments
 (0)