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: aa1fabaa7db7244886364e0b30ee0890b56fcd47 (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.286
    hooks:
      - id: ruff
        exclude: ".githooks/"

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

  - repo: https://github.com/RobertCraigie/pyright-python
    rev: v1.1.331
    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