Skip to content

Commit

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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.7...v0.5.0)
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)

* Shuffle versions due to macos aarch64

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Cadair authored Jul 2, 2024
1 parent 433f19f commit cde33b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
envs: |
- linux: py312
- linux: py311
- linux: py310
- linux: py38
- windows: py39
- macos: py38
- macos: py310
- linux: py312-devdeps
- linux: py311-conda
toxdeps: tox-conda
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.7"
rev: "v0.5.0"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -24,6 +24,6 @@ repos:
- id: isort
args: ['--sp','setup.cfg']
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black

0 comments on commit cde33b1

Please sign in to comment.