8000 [pre-commit.ci] pre-commit autoupdate · sigmavirus24/github3.py@c36217e · GitHub
[go: up one dir, main page]

Skip to content

Commit c36217e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 15df624 commit c36217e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--application-directories, '.:src', --py37-plus]
2121
- repo: https://github.com/psf/black
22-
rev: 23.12.1
22+
rev: 24.3.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.0
26+
rev: v3.15.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.8.0
31+
rev: v1.9.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:

0 commit comments

Comments
 (0)
0