Skip to content

Commit 3172981

Browse files
πŸ’š ci: [pre-commit.ci] pre-commit autoupdate (#7)
updates: - [github.com/asottile/pyupgrade: v3.15.2 β†’ v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/psf/black: 24.4.2 β†’ 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 β†’ 7.1.1](PyCQA/flake8@7.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ba36549 commit 3172981

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
args: [--autofix, --indent=4, --no-ensure-ascii, --no-sort-keys]
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.2
33+
rev: v3.17.0
3434
hooks:
3535
- id: pyupgrade
3636
name: Upgrade code
3737
args: [ --py310-plus ]
3838

3939
- repo: https://github.com/psf/black
40-
rev: 24.4.2
40+
rev: 24.8.0
4141
hooks:
4242
- id: black
4343
name: PEP8 formatting
@@ -63,7 +63,7 @@ repos:
6363
]
6464

6565
- repo: https://github.com/PyCQA/flake8
66-
rev: 7.0.0
66+
rev: 7.1.1
6767
hooks:
6868
- id: flake8
6969
name: Flake8 check

0 commit comments

Comments
Β (0)