Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Dec 1, 2024
1 parent 6b54395 commit 50aba0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ repos:
- id: pyright
additional_dependencies:
- aiopg==1.4.0
- anyio==4.5.0
- anyio==4.5.2
- asgiref==3.8.1
- attrs==24.2.0
- contextlib2==21.6.0
- croniter==3.0.3
- django-stubs==5.1.0
- django==5.1.1
- psycopg2-binary==2.9.9
- psycopg[pool]==3.2.2
- croniter==5.0.1
- django-stubs==5.1.1
- django==5.1.3
- psycopg2-binary==2.9.10
- psycopg[pool]==3.2.3
- python-dateutil==2.9.0.post0
- sphinx==7.1.2
- sqlalchemy==2.0.35
- sqlalchemy==2.0.36
- typing-extensions==4.12.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
Expand Down

0 comments on commit 50aba0c

Please sign in to comment.