Skip to content

Updated version to 5.0.1rc7 #672

Updated version to 5.0.1rc7

Updated version to 5.0.1rc7 #672

name: "Validate Code Styles"
on: [push]
jobs:
flake8:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y python3-full
- run: python3 -m venv ./venv
- run: ./venv/bin/pip install flake8 flake8-bugbear
- run: ./venv/bin/python -m flake8 --exclude venv --require-plugins pycodestyle,flake8-bugbear