Skip to content

Commit c8c6f9e

Browse files
authored
Merge pull request procrastinate-org#1103 from procrastinate-org/updates
2 parents 666dd5b + 0e8b96a commit c8c6f9e

4 files changed

Lines changed: 98 additions & 105 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
# See https://pre-commit.com/hooks.html for more hooks
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
# File names
1111
- id: check-case-conflict
@@ -44,12 +44,12 @@ repos:
4444
- importlib-metadata==8.0.0
4545
- importlib-resources==6.4.0
4646
- psycopg2-binary==2.9.9
47-
- psycopg[pool]==3.1.20
47+
- psycopg[pool]==3.2.1
4848
- python-dateutil==2.9.0.post0
4949
- sqlalchemy==2.0.31
5050
- typing-extensions==4.12.2
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.5.0
52+
rev: v0.5.1
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --unsafe-fixes]
@@ -59,7 +59,7 @@ repos:
5959
hooks:
6060
- id: doc8
6161
- repo: https://github.com/ewjoachim/poetry-to-pre-commit
62-
rev: 2.0.0
62+
rev: 2.1.0
6363
hooks:
6464
- id: sync-repos
6565
args: [--map=pyright-python=pyright, --map=ruff-pre-commit=ruff]

0 commit comments

Comments
 (0)