Skip to content

Handles fixcom = false automatically if some atomic position was fi… #48

Handles fixcom = false automatically if some atomic position was fi…

Handles fixcom = false automatically if some atomic position was fi… #48

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- uses: psf/black@stable
with:
options: ". --check"
- name: Setup flake8 annotations
uses: rbialon/flake8-annotations@v1
- name: flake8 for syntax
run: |
python -m pip install flake8
flake8 --version
flake8 --select=F --ignore=F403,F405 --per-file-ignores=**__init__.py:F401 --statistics