Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some reformattting for flake8 etc #66

Merged
merged 4 commits into from
Nov 9, 2024

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    1b1d890 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. [pre-commit] relax check-yaml

    add --unsafe option to prevent error messages on `!record`
    
    fixes ETSInitiative#66
    KrisThielemans committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d4ded42 View commit details
    Browse the repository at this point in the history
  2. edit flake8 config

    - increase line length a bit (but now in .flake8 as opposed to
    pre-commit config)
    - disable E125 as it conflicts with black rules for type hints
    
    Fixes ETSInitiative#66
    KrisThielemans committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fffdd66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8fe63 View commit details
    Browse the repository at this point in the history