Skip to content

Commit

Permalink
Merge pull request #2348 from carpentries/hotfix/2347-pre-commit-error
Browse files Browse the repository at this point in the history
bump isort to 5.12.0 and black to 22.3.0
  • Loading branch information
elichad authored Feb 17, 2023
2 parents 2162027 + b386b1f commit a16d456
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -11,7 +11,7 @@ repos:
- id: flake8
exclude: (migrations/|urls\.py)
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]

0 comments on commit a16d456

Please sign in to comment.