Skip to content

Commit

Permalink
Merge pull request #151 from dbatten5/master
Browse files Browse the repository at this point in the history
Use non-mutable `rev` in `pre-commit.yaml`
  • Loading branch information
lyz-code committed Oct 15, 2021
2 parents bc7eb0e + 85d1d94 commit 7cd0fab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/ambv/black
rev: master
rev: 21.9b0
hooks:
- id: black
language_version: python3.7
Expand All @@ -20,9 +20,9 @@ repos:
id: mypy
args: [--no-warn-unused-ignores, --ignore-missing-imports]
files: src
- repo: https://github.com/life4/flakehell/
rev: master
hooks:
- name: Run flakehell static analysis tool
id: flakehell
exclude: index.md
# - repo: https://github.com/flakehell/flakehell/
# rev: v.0.8.0
# hooks:
# - name: Run flakehell static analysis tool
# id: flakehell
# exclude: index.md

0 comments on commit 7cd0fab

Please sign in to comment.