Release 0.3: Updated libs; Bump to alpine 3.22
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 1m40s

This commit is contained in:
Eugene Morozov
2025-06-07 20:33:10 +03:00
parent 607b5af3d2
commit 38cf127232
4 changed files with 198 additions and 154 deletions

View File

@@ -1,6 +1,6 @@
exclude: 'docs|node_modules|migrations|.git|.tox'
default_stages: [pre-commit]
fail_fast: true
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,12 +13,12 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.2.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.20.0
hooks:
- id: pyupgrade
args: [--py312-plus]