Compare commits
2 Commits
4e3cb08ed6
...
de5216bd47
| Author | SHA1 | Date |
|---|---|---|
|
|
de5216bd47 | |
|
|
9dbcffb113 |
|
|
@ -16,16 +16,16 @@ repos:
|
|||
- id: black
|
||||
language_version: python3.13
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.21.0
|
||||
rev: v3.20.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus, --keep-runtime-typing]
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.16.0
|
||||
rev: v3.15.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v4.0.0
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue