diff --git a/History.md b/History.md index 7fc03d080d2..ddaf029e1bc 100644 --- a/History.md +++ b/History.md @@ -96,7 +96,7 @@ * Store system as class member * Fixed incorrect inversion of axes * renamed to work correctly with new ctapipe version - * Fixed mis labelled axes + * Fixed mislabelled axes * Added ImPACT reconstruction tool * Added fix for pixel neighbour list * Added Xmax reconstruction diff --git a/pyproject.toml b/pyproject.toml index fa3a07c0d68..b06e0b1c121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,7 +193,7 @@ line-length = 88 [tool.ruff.lint] extend-select = [ - "I", + "I", # isort ] ignore = []