Skip to content

Commit

Permalink
Merge pull request #92 from neutrons/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
rosswhitfield authored Sep 5, 2023
2 parents b741b28 + a57a1ef commit 854d9fd
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 @@ -12,12 +12,12 @@ repos:
- id: check-added-large-files
args: [--maxkb=8192]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: ['--line-length=120']
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: ['--max-line-length=120']
Expand Down

0 comments on commit 854d9fd

Please sign in to comment.