Skip to content

Updated vectorscan pre-compilation to respect umask when writing data… #546

Updated vectorscan pre-compilation to respect umask when writing data…

Updated vectorscan pre-compilation to respect umask when writing data… #546

name: "Validate Code Styles"
on: [push]
jobs:
flake8:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y flake8 python3-pip
- run: pip3 install flake8-bugbear
- run: flake8 --require-plugins pycodestyle,flake8-bugbear