Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.pre-commit-config.yaml - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e7c084b8aef48c14148f1c1c5197f85a4884618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
repos:
  - repo: https://github.com/charliermarsh/ruff-pre-commit
    rev: v0.0.259
    hooks:
      - id: ruff
        exclude: ".githooks/"

  - repo: https://github.com/codespell-project/codespell
    rev: v2.2.2
    hooks:
    - id: codespell
      pass_filenames: false
      additional_dependencies:
        - tomli

  - repo: https://github.com/RobertCraigie/pyright-python
    rev: v1.1.292
    hooks:
    - id: pyright
      pass_filenames: false
      additional_dependencies:
        - nbxmpp @ git+https://dev.gajim.org/gajim/python-nbxmpp.git
        - PyGObject-stubs @ git+https://github.com/pygobject/pygobject-stubs.git
        - python-gitlab
        - ruamel.yaml
        - sentry-sdk
      stages: [manual]

  - repo: https://github.com/pycqa/isort
    rev: 5.12.0
    hooks:
      - id: isort