From c656f77cf96f4f4057ba6633bda21126b6ada26e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:08:54 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#51) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 10 +++++----- setup.cfg | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fa028f..12dd2de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,11 +33,11 @@ repos: - id: flake8 additional_dependencies: ["flake8-bugbear"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.2.0" + rev: "v1.4.1" hooks: - id: mypy - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: codespell args: ["-I", "codespell.txt"] @@ -47,12 +47,12 @@ repos: - id: nbstripout args: ["--extra-keys", "cell.metadata.pycharm"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.8.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.2.0" + rev: "v2.4.0" hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --max-py-version=3.10] @@ -61,7 +61,7 @@ repos: hooks: - id: prettier - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 + rev: v2.1.5 hooks: - id: pycln args: [--config=pyproject.toml] diff --git a/setup.cfg b/setup.cfg index 8d64374..64380f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,13 +10,12 @@ author_email = kilian.lieret@posteo.de maintainer = Kilian Lieret maintainer_email = kilian.lieret@posteo.de license = MIT -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -32,7 +31,7 @@ install_requires = colorlog wandb importlib-metadata>=0.12;python_version<"3.8" -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src