Removed pg14, Added pg17, bump alpine, move to matrix
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m37s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m35s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m33s

This commit is contained in:
Eugene Morozov
2024-12-08 13:28:56 +02:00
parent f073e33e59
commit ba2a897d18
9 changed files with 142 additions and 208 deletions

View File

@@ -1,10 +1,10 @@
exclude: 'docs|node_modules|migrations|.git|.tox'
default_stages: [commit]
default_stages: [pre-commit]
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-ast
@@ -13,7 +13,7 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py312-plus]