Skip to content

Commit

Permalink
Merge branch 'master' into doc-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt authored Sep 6, 2022
2 parents a66f17a + 21e0f15 commit a95d6c6
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 @@ -5,7 +5,7 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: ["--line-length", "119", "--check"]
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: requirements-txt-fixer
exclude: "^tests/fixtures/"
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
exclude: (_vendor|test).*
Expand Down

0 comments on commit a95d6c6

Please sign in to comment.