Skip to content

Commit

Permalink
ruff EXE rule compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 18, 2023
1 parent 454c905 commit 1361849
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ lint.ignore = [
# https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
"EM",

# flake8-executable (EXE)
# https://docs.astral.sh/ruff/rules/#flake8-executable-exe
"EXE",

# flake8-future-annotations (FA)
# https://docs.astral.sh/ruff/rules/#flake8-future-annotations-fa
"FA",
Expand Down
Empty file modified lib/iris/tests/graphics/README.md
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion lib/iris/tests/graphics/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# !/usr/bin/env python
"""Contains Iris graphic testing utilities
By default, this module sets the matplotlib backend to "agg". But when
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/graphics/idiff.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# Copyright Iris contributors
#
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# !/usr/bin/env python
"""Provides "diff-like" comparison of images.
Currently relies on matplotlib for image processing so limited to PNG format.
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/graphics/recreate_imagerepo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# Copyright Iris contributors
#
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# !/usr/bin/env python
"""Updates imagerepo.json based on the baseline images
"""
Expand Down
Empty file modified lib/iris/tests/integration/test_Datums.py
100755 → 100644
Empty file.
Empty file modified lib/iris/tests/unit/analysis/test_MAX_RUN.py
100755 → 100644
Empty file.
Empty file modified lib/iris/tests/unit/coord_systems/test_PolarStereographic.py
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified lib/iris/tests/unit/io/test__generate_cubes.py
100755 → 100644
Empty file.
Empty file modified lib/iris/tests/unit/io/test_save.py
100755 → 100644
Empty file.
Empty file modified noxfile.py
100755 → 100644
Empty file.

0 comments on commit 1361849

Please sign in to comment.