Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NiceAesth/aiordr
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Feb 29, 2024
2 parents ca9048f + 7e72e71 commit 2aa3896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
Expand Down

0 comments on commit 2aa3896

Please sign in to comment.