Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lissa3/medsbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lissa3 committed Aug 6, 2023
2 parents cfc8d25 + f9801de commit c475210
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade
args:
- "--py311-plus"
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
rev: 1.14.0
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand All @@ -18,7 +18,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -28,7 +28,7 @@ repos:
name: isort (python)

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0

hooks:
- id: flake8
Expand Down

0 comments on commit c475210

Please sign in to comment.