Release 0.3: Added dockerignore (#6); Added SCHEDULE setting (#7); Added support postgres 15 (#8); Updated libs;

This commit is contained in:
Eugene Morozov
2023-12-10 08:05:46 +00:00
parent fdc1825e19
commit d639be40e9
9 changed files with 204 additions and 114 deletions

View File

@@ -4,7 +4,7 @@ fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-ast
@@ -13,7 +13,7 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
@@ -27,13 +27,13 @@ repos:
hooks:
- id: dodgy
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py310-plus]