Add files via upload

This commit is contained in:
@hadesragnarokclassic 2022-11-13 14:12:41 +07:00 committed by GitHub
parent cc66213e57
commit 4779fc42d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 45 deletions

View file

@ -1,5 +1,5 @@
ci:
autoupdate_branch: "2.2.x"
autoupdate_branch: "2.1.x"
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
@ -16,11 +16,11 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies: