aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-11-08 16:14:43 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-08 16:14:43 -0800
commit39ddaaec5875195ab62beeaa060a2cef86d37ddd (patch)
treeeba5e3259f80674e040ab9cd89c2e6fe50644326 /Examples/Modules
parented365d32fdbc1cd6251af5f2d639c19724f5e097 (diff)
downloadWarpX-39ddaaec5875195ab62beeaa060a2cef86d37ddd.tar.gz
WarpX-39ddaaec5875195ab62beeaa060a2cef86d37ddd.tar.zst
WarpX-39ddaaec5875195ab62beeaa060a2cef86d37ddd.zip
Install pre-commit (#2532)
* Add pre-commit Add basis for automated pre-commit checks. Install locally via: ```bash python3 -m pip install -U pre-commit pre-commit install ``` See: https://pre-commit.com * Cleanup: Whitespaces * Cleanup: requirements.txt order
Diffstat (limited to 'Examples/Modules')
-rw-r--r--Examples/Modules/qed/breit_wheeler/analysis_core.py1
-rw-r--r--Examples/Modules/qed/schwinger/inputs_3d_schwinger1
2 files changed, 0 insertions, 2 deletions
diff --git a/Examples/Modules/qed/breit_wheeler/analysis_core.py b/Examples/Modules/qed/breit_wheeler/analysis_core.py
index aae83d106..4e17676a2 100644
--- a/Examples/Modules/qed/breit_wheeler/analysis_core.py
+++ b/Examples/Modules/qed/breit_wheeler/analysis_core.py
@@ -268,4 +268,3 @@ def check(dt, particle_data):
check_opt_depths(phot_data, ele_data, pos_data)
print("*************\n")
-
diff --git a/Examples/Modules/qed/schwinger/inputs_3d_schwinger b/Examples/Modules/qed/schwinger/inputs_3d_schwinger
index b9b81b284..37f9bbdf4 100644
--- a/Examples/Modules/qed/schwinger/inputs_3d_schwinger
+++ b/Examples/Modules/qed/schwinger/inputs_3d_schwinger
@@ -71,4 +71,3 @@ qed_schwinger.pos_product_species = pos_schwinger
diagnostics.diags_names = diag1
diag1.diag_type = Full
diag1.intervals = 1
-