Skip to content

Commit e3f8b02

Browse files
authored
Merge pull request #65 from PyBites-Open-Source/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fc5623c + 7424d4a commit e3f8b02

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 24.8.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 26.1.0
1010
hooks:
1111
- id: black

tests/test_zen.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33

44
def test_zen_of_python():
5-
assert zen_of_python() == (
6-
"""The Zen of Python, by Tim Peters
5+
assert zen_of_python() == ("""The Zen of Python, by Tim Peters
76
87
Beautiful is better than ugly.
98
Explicit is better than implicit.
@@ -24,5 +23,4 @@ def test_zen_of_python():
2423
If the implementation is hard to explain, it's a bad idea.
2524
If the implementation is easy to explain, it may be a good idea.
2625
Namespaces are one honking great idea -- let's do more of those!
27-
"""
28-
)
26+
""")

0 commit comments

Comments
 (0)