Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- run: |
pip install pre-commit
pre-commit clean
pre-commit autoupdate
Comment thread
slayoo marked this conversation as resolved.
pre-commit run --all-files --show-diff-on-failure
- if: ${{ failure() }}
run: git diff
Expand Down
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ repos:
- id: detect-missing-init
args: ['--create', "--track", "--python-folders", "tests,PySDM,examples/PySDM_examples"]

# TODO #1794
# - repo: https://github.com/open-atmos/devops_tests
# rev: v0.0.2
# hooks:
# - id: check-badges
# name: check badges
# args: [--fix-header, --repo-name=PySDM]
- repo: https://github.com/AgnieszkaZaba/devops_tests
rev: 9f8e04a8d109df4bec58f7bf464147ec1277ce54
hooks:
- id: check-notebook-open-atmos-structure
name: check notebook has open-atmos structure
args: [--repo-name=PySDM]
Loading