Skip to content

Commit

Permalink
📌 all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Feb 24, 2024
1 parent b99ccf8 commit c1ed75a
Show file tree
Hide file tree
Showing 3 changed files with 1,321 additions and 1,405 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ repos:
- id: absolufy-imports

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.2.0
hooks:
- id: black

Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/python-poetry/poetry
rev: 1.6.0
rev: 1.7.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading

0 comments on commit c1ed75a

Please sign in to comment.