Skip to content

Commit

Permalink
Merge branch 'master' of github.com:datajoint/datajoint-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Feb 22, 2025
2 parents 11be64d + ddcdc72 commit 54d16ef
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 @@ -111,7 +111,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
black --required-version '24.2.0' --check -v datajoint tests --diff
codespell:
name: Check for spelling errors
permissions:
Expand Down

0 comments on commit 54d16ef

Please sign in to comment.