File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
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
Original file line number Diff line number Diff line change 22
33
44def 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
87Beautiful is better than ugly.
98Explicit is better than implicit.
@@ -24,5 +23,4 @@ def test_zen_of_python():
2423If the implementation is hard to explain, it's a bad idea.
2524If the implementation is easy to explain, it may be a good idea.
2625Namespaces are one honking great idea -- let's do more of those!
27- """
28- )
26+ """ )
You can’t perform that action at this time.
0 commit comments