Skip to content

Commit 01ef849

Browse files
[pre-commit.ci] pre-commit autoupdate (#122)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ec6e9d commit 01ef849

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
exclude: src/pyproject_api/_backend.py
1212
args: [--fix, --exit-non-zero-on-fix]
1313
- repo: https://github.com/psf/black
14-
rev: 23.12.1
14+
rev: 24.1.1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/tox-dev/tox-ini-fmt

src/pyproject_api/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""PyProject API interface."""
2+
23
from __future__ import annotations
34

45
from ._frontend import (

src/pyproject_api/_backend.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Please keep this file Python 2.7 compatible.
44
See https://tox.readthedocs.io/en/rewrite/development.html#code-style-guide
55
"""
6+
67
from __future__ import print_function
78

89
import importlib

src/pyproject_api/_frontend.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build frontend for PEP-517."""
2+
23
from __future__ import annotations
34

45
import json

tests/demo_pkg_inline/build.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Please keep this file Python 2.7 compatible.
33
See https://tox.readthedocs.io/en/rewrite/development.html#code-style-guide
44
"""
5+
56
from __future__ import annotations
67

78
import os

0 commit comments

Comments
 (0)