Added gitea support; Updated libs
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 2m44s

This commit is contained in:
Eugene Morozov
2024-07-07 18:08:32 +03:00
parent 777009917e
commit db9301ff8c
3 changed files with 81 additions and 46 deletions

View File

@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py312-plus]