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/asottile/pyupgrade: v3.15.2 β†’ v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.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.3](pylint-dev/pylint@v3.1.0...v3.2.3)
- [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 Jun 10, 2024
1 parent 196cb0f commit a816ead
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
Expand Up @@ -89,17 +89,17 @@ repos:
- id: nbqa-pyupgrade

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

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- 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.3
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 a816ead

Please sign in to comment.