Skip to content

Use correct prefix for octal value #18

Use correct prefix for octal value

Use correct prefix for octal value #18

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint --max-line-length 120 --fail-under 9 --fail-on=E mrepo.py