File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- black
1
+ black==24.3.*
2
2
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.*
13
13
burocrata
Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ dependencies:
39
39
- ipython
40
40
- ensaio
41
41
# Style
42
- - black
42
+ - black==24.3.*
43
43
- 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.*
54
54
- pip :
55
55
- burocrata
You can’t perform that action at this time.
0 commit comments