Skip to content

Commit

Permalink
Merge pull request #866 from jazzband/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rtpg authored May 29, 2024
2 parents 675e805 + bdfa254 commit 203ee30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.0
rev: 1.17.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
1 change: 1 addition & 0 deletions taggit/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Originally vendored from https://github.com/glemmaPaul/django-taggit-serializer
"""

import json

# Third party
Expand Down

0 comments on commit 203ee30

Please sign in to comment.