diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f1814b..8d6871f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,22 +15,22 @@ repos: - id: requirements-txt-fixer - id: double-quote-string-fixer - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports==1.14.0] args: [--min-python-version=3.8] - repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 + rev: v2.3.2 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.14.0 + rev: v3.15.0 hooks: - id: reorder-python-imports args: [--py3-plus] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.1.0 + rev: v3.2.0 hooks: - id: add-trailing-comma args: [--py36-plus] @@ -39,20 +39,20 @@ repos: hooks: - id: double-indent - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.7.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.16.1 hooks: - id: mypy - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v19.1.6' + rev: 'v20.1.7' hooks: - id: clang-format exclude: ^solpos(00)?.(c|h) diff --git a/setup.cfg b/setup.cfg index 99a1f7b..33d58f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,6 @@ long_description = file: README.md long_description_content_type = text/markdown license = MIT license_files = LICENSE -classifiers = - License :: OSI Approved :: MIT License [coverage:run] plugins = covdefaults