Skip to content

Commit

Permalink
Bump supported flake8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jan 6, 2024
1 parent 6a95285 commit fe5befa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta'
name = 'flake8-noqa'
description = 'Flake8 noqa comment validation'
readme = 'README.md'
requires-python = '>=3.7'
requires-python = '>= 3.7'
keywords = ['flake8', 'noqa']
classifiers = [
'Framework :: Flake8',
Expand All @@ -24,9 +24,9 @@ classifiers = [
'Topic :: Software Development :: Quality Assurance',
]
dependencies = [
'flake8>=3.8.0,<7.0',
'importlib_metadata>=4.0.0,<5.0.0;python_version<"3.8.0"',
'typing_extensions>=3.7.4.2',
'flake8 >= 3.8.0, < 8.0',
'importlib_metadata >= 4.0.0, < 5.0.0; python_version < "3.8.0"',
'typing_extensions >= 3.7.4.2',
]
dynamic = ['version']

Expand Down

0 comments on commit fe5befa

Please sign in to comment.