Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.35.0](igorshubovych/markdownlint-cli@v0.33.0...v0.35.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.262...v0.0.272)
- [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.0](adamchainz/django-upgrade@1.13.0...1.14.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2023
1 parent 06422d5 commit c1874e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.35.0
hooks:
- id: markdownlint
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.262'
rev: 'v0.0.272'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand All @@ -30,7 +30,7 @@ repos:
- "119"
exclude: ^django_fsm_log/migrations|^docs/
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.13.0"
rev: "1.14.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]

0 comments on commit c1874e7

Please sign in to comment.