Skip to content

Commit f54231b

Browse files
committed
sync flake8 version
1 parent d5a4240 commit f54231b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ repos:
4646
exclude: ^pandas/_libs/src/(klib|headers)/
4747
args: [--quiet, '--extensions=c,h', '--headers=h', --recursive, '--filter=-readability/casting,-runtime/int,-build/include_subdir']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 5.0.1
49+
rev: 5.0.4
5050
hooks:
5151
- id: flake8
5252
additional_dependencies: &flake8_dependencies
53-
- flake8==4.0.1
53+
- flake8==5.0.4
5454
- flake8-comprehensions==3.7.0
5555
- flake8-bugbear==21.3.2
5656
- pandas-dev-flaker==0.5.0
@@ -229,7 +229,7 @@ repos:
229229
types: [pyi]
230230
language: python
231231
additional_dependencies:
232-
- flake8==4.0.1
232+
- flake8==5.0.4
233233
- flake8-pyi==22.7.0
234234
- id: future-annotations
235235
name: import annotations from __future__

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies:
8484
# code checks
8585
- black=22.3.0
8686
- cpplint
87-
- flake8=4.0.1
87+
- flake8=5.0.4
8888
- flake8-bugbear=21.3.2 # used by flake8, find likely bugs
8989
- flake8-comprehensions=3.7.0 # used by flake8, linting of unnecessary comprehensions
9090
- isort>=5.2.1 # check that imports are in the right order

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ flask
6363
asv
6464
black==22.3.0
6565
cpplint
66-
flake8==4.0.1
66+
flake8==5.0.4
6767
flake8-bugbear==21.3.2
6868
flake8-comprehensions==3.7.0
6969
isort>=5.2.1

0 commit comments

Comments
 (0)