Skip to content

Commit e837f27

Browse files
authored
Bump flake8 and additional dependencies (#27)
* chore: run `pre-commit autoupdate` * build(deps): bump `flake8-bugbear` to `22.7.1`
1 parent 5ad0932 commit e837f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: black
66

77
- repo: https://github.com/PyCQA/flake8
8-
rev: 4.0.1
8+
rev: 5.0.4
99
hooks:
1010
- id: flake8
1111
additional_dependencies:
12-
- flake8-bugbear==22.4.25
12+
- flake8-bugbear==22.7.1
1313

1414
- repo: https://github.com/PyCQA/isort
1515
rev: 5.10.1

0 commit comments

Comments
 (0)