Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black.git: 23.9.1 β†’ 23.10.0](https://github.com/psf/black.git/compare/23.9.1...23.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 β†’ v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
- [github.com/PyCQA/pylint: v3.0.0a7 β†’ v3.0.1](pylint-dev/pylint@v3.0.0a7...v3.0.1)
- [github.com/asottile/pyupgrade: v3.13.0 β†’ v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 86ba151 commit c1cfab2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
exclude: mkdocs.yml
Expand All @@ -19,7 +19,7 @@ repos:
args: ["--maxkb=1000"]
exclude: \.ipynb
- repo: https://github.com/psf/black.git
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -39,7 +39,7 @@ repos:
exclude: ^spectrafit/test/, ^examples/
entry: flake8 --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -59,7 +59,7 @@ repos:
- id: pydocstyle
additional_dependencies: [toml==0.10.2]
- repo: https://github.com/PyCQA/pylint
rev: "v3.0.0a7"
rev: "v3.0.1"
hooks:
- id: pylint
additional_dependencies: [toml==0.10.2, numpy==1.23.4, pydantic==2.1]
Expand All @@ -70,7 +70,7 @@ repos:
files: '\.(md|js|css)$'
args: [--prose-wrap=always]
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit c1cfab2

Please sign in to comment.