Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-hasse committed Dec 11, 2023
1 parent 3942bea commit ac0de70
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 219 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.1.7
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: '1.5.1'
hooks:
Expand Down
Loading

0 comments on commit ac0de70

Please sign in to comment.