Skip to content

Commit

Permalink
fix flake8 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Oct 8, 2024
1 parent a345bba commit 99331b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-typing-imports==1.14.0
- flake8-comprehensions==3.10.1
- flake8-noqa==1.3.0
- flake8-typing-imports==1.15.0
- flake8-comprehensions==3.15.0
- flake8-noqa==1.4.0
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
Expand Down
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ license = MIT
license_files =
LICENSE
licenses/LICENSE_SOLPOS
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

[options]
py_modules = solpos
Expand Down

0 comments on commit 99331b4

Please sign in to comment.