File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 74
74
hooks :
75
75
- id : isort
76
76
- repo : https://github.com/asottile/pyupgrade
77
- rev : v3.16 .0
77
+ rev : v3.17 .0
78
78
hooks :
79
79
- id : pyupgrade
80
80
args : [--py310-plus]
@@ -112,7 +112,7 @@ repos:
112
112
types : [python]
113
113
stages : [manual]
114
114
additional_dependencies : &pyright_dependencies
115
-
115
+
116
116
- id : pyright
117
117
# note: assumes python env is setup and activated
118
118
name : pyright reportGeneralTypeIssues
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ dependencies:
76
76
- cxx-compiler
77
77
78
78
# code checks
79
- - flake8=6 .1.0 # run in subprocess over docstring examples
80
- - mypy=1.9.0 # pre-commit uses locally installed mypy
79
+ - flake8=7 .1.0 # run in subprocess over docstring examples
80
+ - mypy=1.11.2 # pre-commit uses locally installed mypy
81
81
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
82
- - pre-commit>=3.6.0
82
+ - pre-commit>=4.0.1
83
83
84
84
# documentation
85
85
- gitpython # obtain contributors from git for whatsnew
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ seaborn
53
53
moto
54
54
flask
55
55
asv >= 0.6.1
56
- flake8 == 6 .1.0
57
- mypy == 1.9.0
56
+ flake8 == 7 .1.0
57
+ mypy == 1.11.2
58
58
tokenize-rt
59
- pre-commit >= 3.6.0
59
+ pre-commit >= 4.0.1
60
60
gitpython
61
61
gitdb
62
62
google-auth
You can’t perform that action at this time.
0 commit comments