Skip to content

Commit

Permalink
Merge pull request #66 from jet-net/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
rkansal47 authored Feb 1, 2024
2 parents 53fb48d + b2d8cb3 commit d860cfa
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
Expand Up @@ -21,20 +21,20 @@ repos:
args: ['--fix=no']

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black-jupyter
language_version: python3
args: [--line-length=100]

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
# black-compatible flake-8 config
Expand Down

0 comments on commit d860cfa

Please sign in to comment.