Skip to content

Commit

Permalink
Merge branch 'ingame-logins-repo' of https://github.com/osuAkatsuki/b…
Browse files Browse the repository at this point in the history
…ancho.py into ingame-logins-repo
  • Loading branch information
7mochi committed Sep 21, 2023
2 parents c45fa37 + cbdf6a5 commit 5dab833
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 @@ -12,16 +12,16 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.11.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
Expand Down

0 comments on commit 5dab833

Please sign in to comment.