Skip to content

Commit

Permalink
chore: Update flake8 and nbQA in pre-commit (#1411)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate 
   - github.com/PyCQA/flake8: 3.9.0 → 3.9.1
   - github.com/nbQA-dev/nbQA: 0.6.0 → 0.7.0
  • Loading branch information
pre-commit-ci[bot] authored Apr 19, 2021
1 parent 0588b21 commit 15c49b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
additional_dependencies: [black==20.8b1]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8

Expand All @@ -45,7 +45,7 @@ repos:
args: ["--py37-plus"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 0.6.0
rev: 0.7.0
hooks:
- id: nbqa-black
additional_dependencies: [black==20.8b1]
Expand Down

0 comments on commit 15c49b3

Please sign in to comment.