Update libs; Removed support PostgreSQL 13

This commit is contained in:
Eugene Morozov
2024-05-28 10:59:02 +03:00
parent 95ec028bf4
commit 1d01dfe84d
12 changed files with 79 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.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-ast
@@ -13,12 +13,12 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py311-plus]
args: [--py312-plus]