Skip to content

Commit fbeaec9

Browse files
remove tests_old from lint tests
1 parent 4fb4441 commit fbeaec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
flake8 --ignore=E203,E722,W503 datajoint \
111111
--count --max-complexity=62 --max-line-length=127 --statistics \
112112
--per-file-ignores='datajoint/diagram.py:C901'
113-
black --required-version '24.2.0' --check -v datajoint tests tests_old
113+
black --required-version '24.2.0' --check -v datajoint tests
114114
codespell:
115115
name: Check for spelling errors
116116
permissions:

0 commit comments

Comments
 (0)