diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-24 16:07:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-21 09:31:16 +0300 |
commit | 2f5ceb7da0eb16ee819aba6f0a4e4dcdd8417d42 (patch) | |
tree | 4e54019045edf12da9d7faeb08f86a3197d22da4 /pyproject.toml | |
parent | python: Restore filename check in pypi.eclass default case (diff) | |
download | pkgcheck-2f5ceb7da0eb16ee819aba6f0a4e4dcdd8417d42.tar.gz pkgcheck-2f5ceb7da0eb16ee819aba6f0a4e4dcdd8417d42.tar.bz2 pkgcheck-2f5ceb7da0eb16ee819aba6f0a4e4dcdd8417d42.zip |
MissingEAPIBlankLine: new check for missing blank after EAPI
Resolves: https://github.com/pkgcore/pkgcheck/issues/570
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 880675c3..92e13cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "pathspec", "tree-sitter>=0.19.0", "snakeoil~=0.10.4", - "pkgcore~=0.12.20", + "pkgcore~=0.12.21", ] build-backend = "setuptools.build_meta" @@ -41,7 +41,7 @@ dependencies = [ "pathspec", "tree-sitter>=0.19.0", "snakeoil~=0.10.4", - "pkgcore~=0.12.18", + "pkgcore~=0.12.21", ] [project.optional-dependencies] |