diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8eaed0e..f8438fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.7.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --max-py-version=3.13] @@ -39,7 +39,7 @@ repos: - types-requests - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.9" + rev: "v0.11.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/setup.cfg b/setup.cfg index 1670268..2455c52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,6 @@ license_files = LICENSE classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers - License :: OSI Approved :: BSD License Natural Language :: English Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only