Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Oct 27, 2023
1 parent 06d6904 commit 8f6d1c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-added-large-files
args: ['--maxkb=500', '--enforce-all']
exclude: mlptrain/sampling/tests/data.zip
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
1 change: 0 additions & 1 deletion create_conda_environment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# NOTE: This script should not be called on its own,
# but should be sourced from other install scripts such as install_ace.sh
set -euo pipefail
Expand Down
1 change: 0 additions & 1 deletion mlptrain/training/tests/test_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _distorted_methane():


def test_selection_on_structures():
import dscribe

configs = mlt.ConfigurationSet()

Expand Down

0 comments on commit 8f6d1c8

Please sign in to comment.