Skip to content

Commit

Permalink
fix refurb
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Nov 16, 2023
1 parent 4954e6b commit e5206ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
args: ['--maxkb=1000']
- id: detect-private-key
- repo: https://github.com/dosisod/refurb
rev: v1.17.0
rev: v1.23.0
hooks:
- id: refurb
args: ["--python-version", "3.9"]
Expand Down
2 changes: 1 addition & 1 deletion srai/regionalizers/_spherical_voronoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def generate_voronoi_regions(
)

if activate_multiprocessing:
spherical_polygons_parts = [
spherical_polygons_parts = [ # noqa: FURB179
polygon_part_tuple
for polygon_part_tuples in process_map(
generate_spherical_polygons_parts_func,
Expand Down

0 comments on commit e5206ff

Please sign in to comment.