diff options
author | 2021-11-08 16:14:43 -0800 | |
---|---|---|
committer | 2021-11-08 16:14:43 -0800 | |
commit | 39ddaaec5875195ab62beeaa060a2cef86d37ddd (patch) | |
tree | eba5e3259f80674e040ab9cd89c2e6fe50644326 /Python/pywarpx/WarpXPIC.py | |
parent | ed365d32fdbc1cd6251af5f2d639c19724f5e097 (diff) | |
download | WarpX-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 'Python/pywarpx/WarpXPIC.py')
-rw-r--r-- | Python/pywarpx/WarpXPIC.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 - |