Compare commits
11 Commits
1cad38d632
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4cba4a884 | ||
|
|
38faec4519 | ||
|
|
b10afd5bd8 | ||
|
|
b1080319ae | ||
|
|
89dee66711 | ||
|
|
3fb588bba9 | ||
|
|
99be8b59c9 | ||
|
|
d4da5eb800 | ||
|
|
0c3abfc727 | ||
|
|
c3a34c6262 | ||
|
|
ae30b5763c |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1 +0,0 @@
|
||||
github: asottile
|
||||
@@ -25,17 +25,17 @@ repos:
|
||||
- id: reorder-python-imports
|
||||
args: [--py3-plus, --add-import, 'from __future__ import annotations']
|
||||
- repo: https://github.com/asottile/add-trailing-comma
|
||||
rev: v2.1.0
|
||||
rev: v2.2.1
|
||||
hooks:
|
||||
- id: add-trailing-comma
|
||||
args: [--py36-plus]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.29.0
|
||||
rev: v2.29.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus]
|
||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||
rev: v1.18.0
|
||||
rev: v1.20.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
|
||||
@@ -87,4 +87,4 @@ def main() -> int:
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
raise SystemExit(main())
|
||||
|
||||
Reference in New Issue
Block a user