Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#138)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.10.0 → 23.12.1](psf/black@23.10.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.1...v0.1.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Federico Belotti <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and belerico authored Jan 4, 2024
1 parent 0633789 commit d3e55fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
files: \.py$

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: (isort) Sorting import statements
Expand All @@ -28,7 +28,7 @@ repos:
files: \.py$

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.1
hooks:
- id: black
name: (black) Format Python code
Expand All @@ -43,7 +43,7 @@ repos:
types: [jupyter]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.1"
rev: "v0.1.9"
hooks:
- id: ruff
args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]

0 comments on commit d3e55fd

Please sign in to comment.