Skip to content

Commit

Permalink
CI: remove py3k check, we are all py3 by now
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jul 14, 2023
1 parent 113f1eb commit 3fe8f36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/runPythonChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
source /cvmfs/sft.cern.ch/lcg/views/${VIEW}/setup.sh
cd /Package

echo "RUNNING PYLINT PY3K CHECK" && \
find . -name "*.py" -and -not -name 'ddsix.py' -exec pylint --rcfile=.github/scripts/DD4hep.pylint.py3k.rc --py3k --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" {} + && \
echo "" && \
echo "RUNNING FLAKE8 CHECK" && \
find . -name "*.py" -and -not -name 'ddsix.py' -exec flake8 {} +
3 changes: 0 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ jobs:
with:
release-platform: ${{ matrix.LCG }}
run: |
echo "RUNNING PYLINT PY3K CHECK"
find . -name "*.py" -and -not -name 'ddsix.py' -exec pylint --rcfile=.github/scripts/DD4hep.pylint.py3k.rc --py3k --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" {} +
echo ""
echo "RUNNING FLAKE8 CHECK"
find . -name "*.py" -and -not -name 'ddsix.py' -exec flake8 {} +

0 comments on commit 3fe8f36

Please sign in to comment.