forked from sqlfluff/sqlfluff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
43 lines (38 loc) · 755 Bytes
/
Copy pathrequirements_dev.txt
File metadata and controls
43 lines (38 loc) · 755 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
# NOTE: Install with -U to keep all requirements up-to-date.
# code linting and formatting
# ---------------------------
flake8
flake8-docstrings
pydocstyle!=6.2.0, !=6.2.1 # See: https://github.com/PyCQA/pydocstyle/issues/618
black>=22.1.0
flake8-black>=0.2.4
ruff
import-linter
yamllint
# documentation checks
# --------------------
doc8
Pygments
# python testing
# --------------
coverage>=6.4
hypothesis
pytest
pytest-cov
pytest-xdist
# MyPy
# ----
# `types-*` dependencies here should be the same as in `.pre-commit-config.yaml`.
# If you update these dependencies, make sure to update those too.
mypy[mypyc]
types-toml
types-chardet
types-appdirs
types-colorama
types-pyyaml
types-regex
types-tqdm
# util.py dependencies
# ----
requests
ghapi