-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrequirements_dev_pre_commit.txt
More file actions
48 lines (37 loc) · 967 Bytes
/
requirements_dev_pre_commit.txt
File metadata and controls
48 lines (37 loc) · 967 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
44
45
46
47
48
# Everything in this file should reflect the pre-commit configuration in .pre-commit-config.yaml
# Formatting
# ------------------
# Mostly Whitespace-Correction
autopep8 == 2.0.1
pycodestyle >= 2.9.1
# Automatically Upgrade Syntax
pyupgrade == 3.3.1
tokenize-rt >= 3.2.0
# Import Formatter
reorder-python-imports == 3.9.0
classify-imports >= 4.1
# Static Analysis
# ------------------
# Security-Specific Checker
bandit == 1.7.4
GitPython >= 1.0.1
PyYAML >= 5.3.1
stevedore >= 1.20.0
# Documentation-Specific Checker
pydocstyle == 6.1.1
snowballstemmer
# General Code Linter
pylint == 2.17.1
astroid <= 2.14.0-dev0, >= 2.12.12
wrapt < 2, >= 1.11
lazy-object-proxy >= 1.4.0
colorama >= 0.4.5; sys_platform == 'win32'
dill >= 0.2
isort < 6, >= 4.2.5
mccabe < 0.8, >= 0.6
platformdirs >= 2.2.0
tomlkit >= 0.10.1
tomli >= 1.1.0
# Type Checker
pyright == 1.1.284
nodeenv >= 1.6.0