diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3736a8c..38f6ee0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,16 +10,16 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/autoflake - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autoflake args: [-i, --remove-all-unused-imports, --ignore-init-module-imports] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -38,7 +38,7 @@ repos: - id: flake8 additional_dependencies: [flake8-encodings, flake8-warnings, flake8-builtins, flake8-length, flake8-print] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: [types-setuptools, types-requests, settngs>=0.7.1] diff --git a/setup.cfg b/setup.cfg index 8f51483..8a13e72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,8 @@ long_description_content_type = text/markdown url = https://github.com/comictagger/comictagger author = ComicTagger team author_email = comictagger@gmail.com -license = Apache License 2.0 +license = Apache-2.0 +license_files = LICENSE classifiers = Development Status :: 4 - Beta Environment :: Console