Compare commits
2 Commits
13356fcf57
...
674ee7b63a
| Author | SHA1 | Date |
|---|---|---|
|
|
674ee7b63a | |
|
|
3b8f9bf49c |
|
|
@ -16,16 +16,16 @@ repos:
|
|||
- id: black
|
||||
language_version: python3.12
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.19.1
|
||||
rev: v3.20.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus, --keep-runtime-typing]
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.14.0
|
||||
rev: v3.15.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v3.1.0
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue