Skip to content

Remove use of deprecated Compound.make_compound() in tutorial_joints.py and fix intro ex. 23 for algebra mode #1052

Remove use of deprecated Compound.make_compound() in tutorial_joints.py and fix intro ex. 23 for algebra mode

Remove use of deprecated Compound.make_compound() in tutorial_joints.py and fix intro ex. 23 for algebra mode #1052

Workflow file for this run

name: pylint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
with:
python-version: 3.10
- name: lint
run: pylint --rcfile=.pylintrc --fail-under=9.5 src/build123d