Skip to content

Commit 32f7045

Browse files
authored
1 parent 16d5c14 commit 32f7045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- --quiet-level=2
2323
exclude_types: [csv, json]
2424
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.8.3
25+
rev: 3.8.4
2626
hooks:
2727
- id: flake8
2828
additional_dependencies:

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bandit==1.6.2
44
black==20.8b1
55
codespell==1.17.1
66
flake8-docstrings==1.5.0
7-
flake8==3.8.3
7+
flake8==3.8.4
88
isort==5.5.3
99
pydocstyle==5.1.1
1010
pyupgrade==2.7.2

0 commit comments

Comments
 (0)