Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Apr 2, 2024
1 parent 5ebdfef commit 22d08dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pre-commit autoupdate
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ["--maxkb=3000"]
Expand All @@ -17,7 +17,7 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -34,24 +34,24 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.4.0
hooks:
- id: pycln
args: [--config=pyproject.toml]

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.3.5
hooks:
- id: ruff
types: [python]
Expand Down
1 change: 1 addition & 0 deletions scripts/get_width_height.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Needs cleaning up... And move to using async, etc.
"""

import argparse
import asyncio
from io import BytesIO
Expand Down

0 comments on commit 22d08dc

Please sign in to comment.