File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.7.2
19
+ rev : v0.7.3
20
20
hooks :
21
21
- id : ruff
22
22
- id : ruff-format
42
42
pass_filenames : false
43
43
44
44
- repo : https://github.com/abravalheri/validate-pyproject
45
- rev : v0.22
45
+ rev : v0.23
46
46
hooks :
47
47
- id : validate-pyproject
48
48
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def unitsolved(unit):
172
172
173
173
def from_file (filename , sep = "\n " ):
174
174
"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 )
176
176
177
177
178
178
def random_puzzle (assignments = 17 ):
You can’t perform that action at this time.
0 commit comments