diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61d0869..68fac5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.19.1 hooks: - id: pyupgrade name: PyUpgrade 3.7+ @@ -20,22 +20,22 @@ repos: exclude: ^bin/ - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.2.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 6.0.1 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt diff --git a/setup.cfg b/setup.cfg index 0c76b28..16c551f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,12 +7,10 @@ url = https://github.com/pupil-labs/realtime-python-api author = Pupil Labs GmbH author_email = info@pupil-labs.com license = MIT -license_file = LICENSE license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers - License :: OSI Approved :: MIT License Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only project_urls =