Skip to content

Commit

Permalink
Revert "Updated lint.yml to see where the linting errors occured"
Browse files Browse the repository at this point in the history
This reverts commit ee791b1.
  • Loading branch information
HabibOmar committed Jun 30, 2024
1 parent ee791b1 commit 963cd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check --statistics --format=text --show-source --config packages/fairchem-core/pyproject.toml src/fairchem/core/
ruff check --statistics --format=text --show-source --config packages/fairchem-data-oc/pyproject.toml src/fairchem/data/oc/
ruff check --statistics --config packages/fairchem-core/pyproject.toml src/fairchem/core/
ruff check --statistics --config packages/fairchem-data-oc/pyproject.toml src/fairchem/data/oc/
#ruff check --statistics --config packages/fairchem-data-om/pyproject.toml src/fairchem/data/om/
#ruff check --statistics --config packages/fairchem-demo-ocpapi/pyproject.toml src/fairchem/demo/ocpapi/

0 comments on commit 963cd39

Please sign in to comment.