File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 55# @website https://github.com/caltechlibrary/iga
66
77-r requirements.txt
8+ -r requirements-lint.txt
89
910pytest >= 6.2.5
1011pytest-cov >= 3.0.0
1112pytest-mock >= 3.7.0
1213
13- flake8 >= 4.0.1
14- flake8-bugbear >= 22.4.25
15- flake8-builtins >= 1.5.3
16- flake8-comprehensions >= 3.8.0
17- flake8-executable >= 2.1.1
18- flake8_implicit_str_concat >= 0.3.0
19- flake8-pie >= 0.15.0
20- flake8-simplify >= 0.19.2
21-
2214twine
2315wheel
2416
Original file line number Diff line number Diff line change 1+ # @file requirements-lint.txt
2+ # @brief Python dependencies for linting the codebase
3+ # @created 2023-07-24
4+ # @license Please see the file named LICENSE in the project directory
5+ # @website https://github.com/caltechlibrary/iga
6+ #
7+ # This set of dependencies is split out from requirements-dev.txt so that
8+ # GitHub Actions can load just this subset and not all the other
9+ # requirements. (IGA has a huge list of requirements and they take a long
10+ # time to install -- a needless waste of time when only running flake8.)
11+
12+ flake8 >= 4.0.1
13+ flake8-bugbear >= 22.4.25
14+ flake8-builtins >= 1.5.3
15+ flake8-comprehensions >= 3.8.0
16+ flake8-executable >= 2.1.1
17+ flake8_implicit_str_concat >= 0.3.0
18+ flake8-pie >= 0.15.0
19+ flake8-simplify >= 0.19.2
You can’t perform that action at this time.
0 commit comments