Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 7215e6f commit c656f77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -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"]
Expand All @@ -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]
Expand All @@ -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]
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c656f77

Please sign in to comment.