Skip to content

Commit 13cd9d4

Browse files
authored
flake8 pre commit fix (#37)
* Fix flake8 pre-commit hook * Bump flake8 version
1 parent ec5d75c commit 13cd9d4

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/hooks/.pre-commit-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ repos:
5858
- id: yesqa
5959

6060
- repo: https://github.com/psf/black
61-
rev: 22.3.0
61+
rev: 22.8.0
6262
hooks:
6363
- id: black
6464
language_version: python3.8
6565

66-
- repo: https://gitlab.com/pycqa/flake8
67-
rev: 4.0.1
66+
- repo: https://github.com/pycqa/flake8
67+
rev: 6.0.0
6868
hooks:
6969
- id: flake8
7070
additional_dependencies: [flake8-isort]

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ seaborn = "^0.11.2"
1515
[tool.poetry.dev-dependencies]
1616
black = "^22.8.0"
1717
coverage = "^6.4.4"
18-
flake8 = "^5.0.4"
18+
flake8 = "^6.0.0"
1919
isort = "^5.10.1"
2020
mypy = "^0.971"
2121
pre-commit = "^2.19.0"

0 commit comments

Comments
 (0)