Skip to content

Commit

Permalink
Merge pull request #905 from DjangoGirls/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci: pre-commit autoupdate
  • Loading branch information
amakarudze authored Jan 30, 2024
2 parents 1394439 + c93ea44 commit 04c52f3
Showing 1 changed file with 6 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 @@ -11,17 +11,17 @@ fail_fast: true

repos:
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.14.0'
rev: '1.15.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
entry: bash -c 'autoflake "$@"; git add -u;' --
Expand All @@ -36,13 +36,13 @@ repos:
]
files: \.py$
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black
entry: bash -c 'black "$@"; git add -u;' --
language_version: python3.10
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.280"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 04c52f3

Please sign in to comment.