Commit bdce5426 authored by Adrian Pino's avatar Adrian Pino
Browse files

Update linter - standardize line length to 100 characters

Enforces a consistent code style by setting the line length to 100 characters across the project. This improves code readability and maintainability by adhering to a common standard.

Updates black and pre-commit configurations accordingly.
parent 5c2591bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ jobs:
      run: isort src tests --check --profile black --filter-files

    - name: black check
      run: black src tests --check
      run: black src tests --check --line-length=100

    - name: flake8 check
      run: flake8 src tests
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ repos:
        args:
            # - "--check"
            - "--target-version=py310"
            - "--line-length=100"
-   repo: https://github.com/pycqa/flake8
    rev: 7.2.0
    hooks:
+0 −0

File moved.