Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2025
1 parent 98c7ff4 commit e0dae97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.7.0
- anyio==4.8.0
- asgiref==3.8.1
- attrs==24.3.0
- contextlib2==21.6.0
- croniter==6.0.0
- django-stubs==5.1.1
- django-stubs==5.1.2
- django==5.1.5
- psycopg2-binary==2.9.10
- psycopg[pool]==3.2.3
- psycopg[pool]==3.2.4
- python-dateutil==2.9.0.post0
- sphinx==7.4.7
- sqlalchemy==2.0.36
- sqlalchemy==2.0.37
- typing-extensions==4.12.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.2
hooks:
- id: ruff
args: [--fix, --unsafe-fixes, --show-fixes]
Expand Down

0 comments on commit e0dae97

Please sign in to comment.