Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Event Creation: Add version and make sure we don't call autoreload attributes #933

Event Creation: Add version and make sure we don't call autoreload attributes

Event Creation: Add version and make sure we don't call autoreload attributes #933

Workflow file for this run

name: Python linter and type checker
on:
push:
branches: [ develop, dev/*, release/* ]
pull_request:
branches: [ develop, dev/*, release/* ]
jobs:
linter:
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.4.0
with:
use-pylint: false
extra-black-options: "--line-length=120"
extra-pycodestyle-options: "--max-line-length=120 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E203"
extra-mypy-options: "--ignore-missing-imports --implicit-optional"