diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e865ccc..c4e6841 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,13 +49,13 @@ repos: args: ["-a", "from __future__ import annotations"] # Python 3.7+ - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.7.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt @@ -77,7 +77,7 @@ repos: - flake8-print - repo: https://github.com/pycqa/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 exclude: docs/conf.py diff --git a/setup.cfg b/setup.cfg index 05c0c42..c4d985c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifiers = Development Status :: 1 - Planning Intended Audience :: Developers Intended Audience :: Science/Research - License :: OSI Approved :: BSD License Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3