Skip to content

Commit

Permalink
Merge pull request #75 from MartinBernstorff/patch-1
Browse files Browse the repository at this point in the history
Change pre-commit `rev:` to `master`
  • Loading branch information
bwhmather committed Sep 21, 2022
2 parents 85ce691 + b0e0ed6 commit 2392e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -114,17 +114,17 @@ and registering ssort in your `.pre-commit-config.yaml`.
repos:
# ...
- repo: https://github.com/bwhmather/ssort
rev: 0.11.5
rev: master
hooks:
- id: ssort
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: master
hooks:
- id: isort
name: isort (python)
args: [--profile=black]
- repo: https://github.com/psf/black
rev: 22.1.0
rev: master
hooks:
- id: black
Expand Down

0 comments on commit 2392e82

Please sign in to comment.