From 39ddaaec5875195ab62beeaa060a2cef86d37ddd Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 8 Nov 2021 16:14:43 -0800 Subject: 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 --- Python/pywarpx/WarpXPIC.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/pywarpx/WarpXPIC.py') diff --git a/Python/pywarpx/WarpXPIC.py b/Python/pywarpx/WarpXPIC.py index 66930d81f..241951d13 100644 --- a/Python/pywarpx/WarpXPIC.py +++ b/Python/pywarpx/WarpXPIC.py @@ -60,4 +60,3 @@ class WarpXPIC(PICAPI): def apply_particle_boundary_conditions(self): libwarpx.mypc_Redistribute() # Redistribute particles libwarpx.warpx_MoveWindow(self.istep,True) # !!! not the correct place yet - -- cgit v1.2.3