File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - id : auto-walrus
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.7.2
19+ rev : v0.7.3
2020 hooks :
2121 - id : ruff
2222 - id : ruff-format
4242 pass_filenames : false
4343
4444 - repo : https://github.com/abravalheri/validate-pyproject
45- rev : v0.22
45+ rev : v0.23
4646 hooks :
4747 - id : validate-pyproject
4848
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def unitsolved(unit):
172172
173173def from_file (filename , sep = "\n " ):
174174 "Parse a file into a list of strings, separated by sep."
175- return open (filename ).read ().strip ().split (sep ) # noqa: SIM115
175+ return open (filename ).read ().strip ().split (sep )
176176
177177
178178def random_puzzle (assignments = 17 ):
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
1+ #!python
22import os
33
44try :
You can’t perform that action at this time.
0 commit comments