File: .pre-commit-config.yaml

package info (click to toggle)
docstring-parser 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 300 kB
  • sloc: python: 3,384; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
repos:

- repo: https://github.com/pycqa/isort
  rev: 6.0.1
  hooks:
  - id: isort
    additional_dependencies: [toml]
- repo: https://github.com/psf/black
  rev: 25.1.0
  hooks:
  - id: black
- repo: https://github.com/pycqa/pylint
  rev: v3.3.7
  hooks:
  - id: pylint
    additional_dependencies: [toml]