Skip to content

Commit

Permalink
fix (cicd): roll back pre-commit hook versions
Browse files Browse the repository at this point in the history
- roll back necessary due to psf/black#4175
  • Loading branch information
AlthausKonstantin authored and waynesun09 committed Mar 5, 2024
1 parent d3a90fe commit bf7307f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -2,17 +2,17 @@
exclude: '^docs'
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.12.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: detect-private-key
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 23.3.0
hooks:
- id: black
1 change: 0 additions & 1 deletion src/unit_tests/document_test.py
Expand Up @@ -3,7 +3,6 @@
@author: szacks
"""

import datetime
import os
import unittest
Expand Down
1 change: 0 additions & 1 deletion src/unit_tests/test_run_test.py
Expand Up @@ -3,7 +3,6 @@
@author: szacks
"""

import datetime
import os
import unittest
Expand Down
1 change: 0 additions & 1 deletion src/unit_tests/work_item_test.py
Expand Up @@ -3,7 +3,6 @@
@author: szacks
"""

import os
import unittest

Expand Down

0 comments on commit bf7307f

Please sign in to comment.