Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored and sbrugman committed Nov 29, 2020
1 parent d90ccb5 commit 04697f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
@@ -1,13 +1,14 @@
repos:
- repo: https://github.com/python/black
rev: stable
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.3.3
rev: 0.4.0
hooks:
- id: nbqa-black
additional_dependencies: [black==20.8b1]
args: [--nbqa-mutate]
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
Expand Down

0 comments on commit 04697f7

Please sign in to comment.