Skip to content

Commit

Permalink
Merge pull request #2 from tlpss/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
tlpss authored Aug 9, 2022
2 parents d67f9ec + a345b28 commit 923d0a9
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
@@ -1,7 +1,7 @@
# see https://pre-commit.com/hooks.html
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-yaml
#- id: check-json
Expand All @@ -28,7 +28,7 @@ repos:
- --thirdparty=wandb

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
name: black - python code formatter
Expand All @@ -38,7 +38,7 @@ repos:


- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
name: flake8 - linter
Expand Down

0 comments on commit 923d0a9

Please sign in to comment.