mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-23 22:40:58 -05:00
Compare commits
3 commits
799108e3df
...
2e867294de
Author | SHA1 | Date | |
---|---|---|---|
|
2e867294de | ||
|
cce8732ebd | ||
|
b2c6e7bc4f |
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
repos:
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 24.8.0
|
||||
rev: 24.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
@ -15,6 +15,6 @@ repos:
|
|||
- id: check-json
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.6.8
|
||||
rev: v0.6.9
|
||||
hooks:
|
||||
- id: ruff
|
||||
|
|
Loading…
Reference in a new issue