From 73f6a26834bbda474e489644a17d7dd7d6251ad2 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Wed, 22 May 2024 08:21:13 -0400 Subject: [PATCH] STY: Revert permissions changes. --- .github/dependabot.yml | 0 conftest.py | 0 src/metpy/__init__.py | 0 src/metpy/calc/indices.py | 0 src/metpy/calc/kinematics.py | 0 src/metpy/calc/thermo.py | 0 src/metpy/calc/tools.py | 0 src/metpy/testing.py | 0 tests/calc/test_thermo.py | 0 tests/plots/test_declarative.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/dependabot.yml mode change 100755 => 100644 conftest.py mode change 100755 => 100644 src/metpy/__init__.py mode change 100755 => 100644 src/metpy/calc/indices.py mode change 100755 => 100644 src/metpy/calc/kinematics.py mode change 100755 => 100644 src/metpy/calc/thermo.py mode change 100755 => 100644 src/metpy/calc/tools.py mode change 100755 => 100644 src/metpy/testing.py mode change 100755 => 100644 tests/calc/test_thermo.py mode change 100755 => 100644 tests/plots/test_declarative.py diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100755 new mode 100644 diff --git a/conftest.py b/conftest.py old mode 100755 new mode 100644 diff --git a/src/metpy/__init__.py b/src/metpy/__init__.py old mode 100755 new mode 100644 diff --git a/src/metpy/calc/indices.py b/src/metpy/calc/indices.py old mode 100755 new mode 100644 diff --git a/src/metpy/calc/kinematics.py b/src/metpy/calc/kinematics.py old mode 100755 new mode 100644 diff --git a/src/metpy/calc/thermo.py b/src/metpy/calc/thermo.py old mode 100755 new mode 100644 diff --git a/src/metpy/calc/tools.py b/src/metpy/calc/tools.py old mode 100755 new mode 100644 diff --git a/src/metpy/testing.py b/src/metpy/testing.py old mode 100755 new mode 100644 diff --git a/tests/calc/test_thermo.py b/tests/calc/test_thermo.py old mode 100755 new mode 100644 diff --git a/tests/plots/test_declarative.py b/tests/plots/test_declarative.py old mode 100755 new mode 100644