Skip to content

Commit

Permalink
Updated pre-commit. (STOCD#16)
Browse files Browse the repository at this point in the history
* Updated pre-commit
  • Loading branch information
Kraust authored Mar 1, 2024
1 parent 695e61c commit 1ef1320
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,13 +1,13 @@
repos:
- repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/black.git
- repo: https://github.com/psf/black.git
rev: 22.3.0
hooks:
- id: black
- repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/flake8.git
- repo: https://github.com/PyCQA/flake8.git
rev: 6.1.0
hooks:
- id: flake8
- repo: http://gitlab.eng.cspi.com:8888/3rdParty-Repositories/isort.git
- repo: https://github.com/PyCQA/isort.git
rev: 5.12.0
hooks:
- id: isort
Expand Down

1 comment on commit 1ef1320

@vercel
Copy link

@vercel vercel bot commented on 1ef1320 Mar 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.