Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/bwhmather/ssort: 0.12.4 β†’ 0.13.0](bwhmather/ssort@0.12.4...0.13.0)
- [github.com/psf/black: 24.4.0 β†’ 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/PyCQA/pylint: v3.1.0 β†’ v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 β†’ v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent 196cb0f commit 39473cc
Showing 1 changed file with 4 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 @@ -89,7 +89,7 @@ repos:
- id: nbqa-pyupgrade

- repo: https://github.com/bwhmather/ssort
rev: 0.12.4
rev: 0.13.0
hooks:
- id: ssort

Expand All @@ -99,7 +99,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- id: black-jupyter
Expand All @@ -112,13 +112,13 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/PyCQA/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args: ["--rcfile=pyproject.toml"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 39473cc

Please sign in to comment.