Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#24)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.10.0](pre-commit/mirrors-mypy@v1.2.0...v1.10.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6)
- [github.com/asottile/pyupgrade: v3.3.2 → v3.15.2](asottile/pyupgrade@v3.3.2...v3.15.2)
- [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.5.0](asottile/setup-cfg-fmt@v2.2.0...v2.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 21, 2024
1 parent 8084a17 commit 6bfef8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
- id: black-jupyter
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,7 +15,7 @@ repos:
exclude: '.*\.ipynb'
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -28,18 +28,18 @@ repos:
"--append-only",
]
- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.2.0"
rev: "v1.10.0"
hooks:
- id: mypy
additional_dependencies:
- types-python-dateutil
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.6"
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
Expand All @@ -50,17 +50,17 @@ repos:
# - id: nbstripout
# args: ["--extra-keys", "cell.metadata.pycharm"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: "v2.2.0"
rev: "v2.5.0"
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.10]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier

Expand Down
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ author_email = [email protected]
maintainer = Kilian Lieret
maintainer_email = [email protected]
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 @@ -29,13 +28,13 @@ python_requires = >=3.7
[options]
packages = find:
install_requires =
SciencePlots
colorlog
gitpython
pandas
pyyaml
python-frontmatter
SciencePlots
python_requires = >=3.7
pyyaml
python_requires = >=3.8
include_package_data = True
package_dir =
=src
Expand Down

0 comments on commit 6bfef8c

Please sign in to comment.