File: .pre-commit-config.yaml.failing

package info (click to toggle)
python-cheroot 8.5.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 596 kB
  • sloc: python: 6,140; makefile: 14; sh: 2
file content (22 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
repos:
- repo: git://github.com/pre-commit/mirrors-pylint.git
  rev: v2.6.0
  hooks:
  - id: pylint
    args:
    - --msg-template={path}:L {line:3d}:({symbol}) {msg} (C {column:2d}), ::{msg_id}
    - --output-format=colorized

- repo: local
  hooks:
  - id: flakehell
    name: flakehell
    description: wemake-python-styleguide enforcement
    entry: flakehell
    args:
    - lint
    language: python
    types: [python]
    additional_dependencies:
    - flake8-2020==1.0.0
    - flake8-pytest-style