Skip to content

Commit 714e4e7

Browse files
[pre-commit.ci] pre-commit autoupdate (#52)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 317b2bc commit 714e4e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.1
3+
rev: 24.4.2
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8
7-
rev: 6.1.0
7+
rev: 7.0.0
88
hooks:
99
- id: flake8
1010

tox_pdm/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Plugin specification for Tox 4"""
2+
23
from __future__ import annotations
34

45
import os

0 commit comments

Comments
 (0)