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 df70f19 commit 3c516a9Copy full SHA for 3c516a9
flake8p/meta.py
@@ -2,6 +2,6 @@
2
3
title = 'Flake8-pyproject'
4
synopsis = 'Flake8 plug-in loading the configuration from pyproject.toml'
5
-version = '1.2.3'
+version = '1.2.4'
6
author = 'John Hennig'
7
license = 'MIT'
pyproject.toml
@@ -26,6 +26,7 @@ dependencies = [
26
27
[project.optional-dependencies]
28
dev = [
29
+ 'Flit >= 3.4',
30
'pyTest >= 7',
31
'pyTest-cov >= 7; python_version >= "3.10"',
32
]
0 commit comments