Skip to content

Commit

Permalink
remove tests_old from lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Sep 14, 2024
1 parent 4fb4441 commit fbeaec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
flake8 --ignore=E203,E722,W503 datajoint \
--count --max-complexity=62 --max-line-length=127 --statistics \
--per-file-ignores='datajoint/diagram.py:C901'
black --required-version '24.2.0' --check -v datajoint tests tests_old
black --required-version '24.2.0' --check -v datajoint tests
codespell:
name: Check for spelling errors
permissions:
Expand Down

0 comments on commit fbeaec9

Please sign in to comment.