Skip to content

Commit

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

updates:
- [github.com/PSF/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
- [github.com/tox-dev/pyproject-fmt: 2.2.4 → 2.3.1](tox-dev/pyproject-fmt@2.2.4...2.3.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)

* [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 Oct 16, 2024
1 parent 0a4e413 commit 410c8ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/PSF/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -20,12 +20,12 @@ repos:
- flake8-comprehensions
- flake8-simplify
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--keep-runtime-typing]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: 2.3.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -46,7 +46,7 @@ repos:
- id: prettier
files: chanfig
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dynamic = [
Expand Down

0 comments on commit 410c8ef

Please sign in to comment.