Skip to content

Commit ab1e985

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.14...v0.2.1) * [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 795ccfe commit ab1e985

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
# --config, ./pyproject.toml
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.1.1
3030
hooks:
3131
- id: black
3232
language_version: python3
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.1.14
36+
rev: v0.2.1
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
PyScaffold helps you to put up the scaffold of your new Python project.
55
Learn more under: https://pyscaffold.org/
66
"""
7+
78
from setuptools import setup
89

910
if __name__ == "__main__":

0 commit comments

Comments
 (0)