Skip to content

Commit

Permalink
Merge branch 'master' into refactor/pass-accept-header-in-download
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Nov 1, 2021
2 parents 432a840 + fbdce47 commit 29050d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black-jupyter

- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
additional_dependencies: [black==21.10b0]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8

Expand Down

0 comments on commit 29050d3

Please sign in to comment.