Skip to content

Commit

Permalink
Merge branch 'master' into 899-merge-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guel-codes committed Jul 14, 2024
2 parents f7a3741 + 1c1e81e commit 49e99ad
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 @@ -10,16 +10,16 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.17.0
rev: 1.19.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]

0 comments on commit 49e99ad

Please sign in to comment.