Skip to content

Commit

Permalink
update ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 19, 2024
1 parent 2c98c5b commit 1e518b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
rev: "v0.8.2"
hooks:
- id: ruff
args: [--fix]
args: [--fix, --line-length=100, --extend-select=E, --extend-select=F, --extend-select=I]
- id: ruff-format
args: [--line-length=100]

Expand Down
4 changes: 1 addition & 3 deletions notebooks/13-isolines-isochrones.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"import matplotlib.pyplot as plt\n",
"import networkx as nx\n",
"import osmnx as ox\n",
"from shapely.geometry import LineString\n",
"from shapely.geometry import Point\n",
"from shapely.geometry import Polygon\n",
"from shapely.geometry import LineString, Point, Polygon\n",
"\n",
"ox.__version__"
]
Expand Down

0 comments on commit 1e518b3

Please sign in to comment.