Skip to content

Commit

Permalink
Merge pull request #167 from Preocts/preocts
Browse files Browse the repository at this point in the history
Add pep8-naming flake8 plugin
  • Loading branch information
Preocts authored Jun 25, 2024
2 parents e7f124e + 410ff43 commit 67da738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repos:
additional_dependencies:
- flake8-builtins
- flake8-pep585
- pep8-naming

# Type enforcement for Python
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ mypy
flake8
flake8-builtins
flake8-pep585
pep8-naming
3 changes: 3 additions & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ flake8==7.0.0
# via
# -r requirements/requirements-dev.in
# flake8-builtins
# pep8-naming
flake8-builtins==2.2.0
# via -r requirements/requirements-dev.in
flake8-pep585==0.1.7
Expand All @@ -38,6 +39,8 @@ packaging==24.0
# via black
pathspec==0.12.1
# via black
pep8-naming==0.14.1
# via -r requirements/requirements-dev.in
platformdirs==4.2.0
# via
# black
Expand Down

0 comments on commit 67da738

Please sign in to comment.