Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Sep 15, 2024
1 parent b8285ed commit 514411a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
hooks:
- id: black
name: black
entry: venv/bin/black --config pyproject.toml
entry: venv/bin/black
language: system
types: [python]

Expand Down
3 changes: 2 additions & 1 deletion config/definitions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
#### Turning off black formatting
# fmt: off
from config.parser import get_config_value
from config.env_vars import *
# Define data types and default values for settingsDict variables
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml

This file was deleted.

7 changes: 2 additions & 5 deletions src/utils/loadScripts.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### Turning off black formatting
# fmt: off
########### Import Libraries
import logging, verboselogs
logger = verboselogs.VerboseLogger(__name__)
Expand Down Expand Up @@ -226,8 +228,3 @@ def showLoggerLevel(settingsDict):
logger.info(f'')
logger.info(f'*'* 50)
logger.info(f'*'* 50)





0 comments on commit 514411a

Please sign in to comment.