Skip to content

Commit 047f58c

Browse files
authored
Pin versions of black, flake8 and its plugins (#444)
Pin versions of style checkers to avoid CI failing in new PRs due to updates on these checkers.
1 parent 9018870 commit 047f58c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

env/requirements-style.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
black
1+
black==24.3.*
22
pathspec
3-
isort
4-
flake8
5-
flake8-bugbear
6-
flake8-builtins
7-
flake8-functions
8-
flake8-mutable
9-
flake8-rst-docstrings
10-
flake8-simplify
11-
flake8-unused-arguments
12-
pep8-naming
3+
isort==5.13.*
4+
flake8==7.0.*
5+
flake8-bugbear==24.2.*
6+
flake8-builtins==2.5.*
7+
flake8-functions==0.0.8
8+
flake8-mutable==1.2.*
9+
flake8-rst-docstrings==0.3.*
10+
flake8-simplify==0.21.*
11+
flake8-unused-arguments==0.0.13
12+
pep8-naming==0.13.*
1313
burocrata

environment.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ dependencies:
3939
- ipython
4040
- ensaio
4141
# Style
42-
- black
42+
- black==24.3.*
4343
- pathspec
44-
- isort
45-
- flake8
46-
- flake8-bugbear
47-
- flake8-builtins
48-
- flake8-functions
49-
- flake8-mutable
50-
- flake8-rst-docstrings
51-
- flake8-simplify
52-
- flake8-unused-arguments
53-
- pep8-naming
44+
- isort==5.13.*
45+
- flake8==7.0.*
46+
- flake8-bugbear==24.2.*
47+
- flake8-builtins==2.5.*
48+
- flake8-functions==0.0.8
49+
- flake8-mutable==1.2.*
50+
- flake8-rst-docstrings==0.3.*
51+
- flake8-simplify==0.21.*
52+
- flake8-unused-arguments==0.0.13
53+
- pep8-naming==0.13.*
5454
- pip:
5555
- burocrata

0 commit comments

Comments
 (0)