Skip to content
Snippets Groups Projects

switch the ci to use precommit

Merged Ashwin Kumar Karnad requested to merge add-pre-commit-hook-to-ci into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -15,7 +15,7 @@ stages:
@@ -15,7 +15,7 @@ stages:
- ls -l
- ls -l
- pip install -U pip
- pip install -U pip
- pip --version
- pip --version
- pip install pytest black ruff pydocstyle pre-commit
- pip install .[dev]
- pytest --version
- pytest --version
- cat /etc/issue
- cat /etc/issue
Loading