Release 0.4: Added Postgres 16; Upgraded Alpine 19 and Python 3.11;

This commit is contained in:
2023-12-10 08:32:48 +00:00
parent d639be40e9
commit 95ec028bf4
8 changed files with 242 additions and 304 deletions

View File

@@ -4,7 +4,7 @@ fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-ast
@@ -13,12 +13,12 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.13.0
hooks:
- id: isort
@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py311-plus]