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

pre-commit ci test #41

Closed
wants to merge 56 commits into from
Closed

Commits on Feb 19, 2023

  1. update .editorconfig

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e0da0cf View commit details
    Browse the repository at this point in the history
  2. add .vscode files

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4aef1d7 View commit details
    Browse the repository at this point in the history
  3. update pyproject.toml

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    eca8326 View commit details
    Browse the repository at this point in the history
  4. add .flake8

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    9a5293b View commit details
    Browse the repository at this point in the history
  5. add .pre-commit-config.yaml

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    98ca2ce View commit details
    Browse the repository at this point in the history
  6. update mkdocs.yml

    - add feature `content.tabs.link`
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4ae09e8 View commit details
    Browse the repository at this point in the history
  7. add /docs/.markdownlint.jsonc

    - for now only disable `MD046`
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3fec457 View commit details
    Browse the repository at this point in the history
  8. add "How to contribute" to docs

    - not yet finished
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0807c78 View commit details
    Browse the repository at this point in the history
  9. update .pre-commit-config.yaml

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    37cba64 View commit details
    Browse the repository at this point in the history
  10. update .editorconfig

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6c82cbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    674351b View commit details
    Browse the repository at this point in the history
  12. update black / flake8 related settings

    - add flake8-black to dev extras
    - update `.flake8`
    - update flake8 pre-commit hook
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e718375 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d812b3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10ddc6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7da5680 View commit details
    Browse the repository at this point in the history
  16. better config of pre-commit hooks:

    - better order of hooks
    - add flake8-comprehensions and flake8-simplify
    - remove unecesarry hooks which are covered by previous hooks
    - add hooks
      - check-executables-have-shebangs
      - check-shebang-scripts-are-executable
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    47a606c View commit details
    Browse the repository at this point in the history
  17. update .flake8 - use extend-exclude

    so that default excludes are not overwritten
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c400d03 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    65a9eb2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    860b5d5 View commit details
    Browse the repository at this point in the history
  20. update config of black and isort

    black:
    - extend-exclude legacy scripts
    - config for python 3.9 as long as we support it
    isort:
    - set atomic to true to only apply if no syntax errors are introduced
    - config for python 3.9 as long as we support it
    - extend_skib_glob legacy scripts
    - filter_files
    - match line_length with black
    - remove_redundant_aliases
    - skip_gitignore
    - set src paths
    - include virtual_env to detect third party modules
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6f4897f View commit details
    Browse the repository at this point in the history
  21. add pre-commit hook no-commit-to-branch

    additional layer to prevent accidential commits directly to main branch
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6c863a8 View commit details
    Browse the repository at this point in the history
  22. update docs/.markdownlint.jsonc

    - disable ul-indent
    - disable list-marker-space
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1161bc8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b6a31fd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25f6a9f View commit details
    Browse the repository at this point in the history
  25. update MkDocs-Material to v9

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    12db8b4 View commit details
    Browse the repository at this point in the history
  26. update vscode settings

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    9077422 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8b3bab2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6816970 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    91a4158 View commit details
    Browse the repository at this point in the history
  30. fix edit_uri in mkdocs.yml

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4dbe867 View commit details
    Browse the repository at this point in the history
  31. add variables to define:

    - repo_url
    - repo_name
    - site_url
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b9425f1 View commit details
    Browse the repository at this point in the history
  32. use pip517

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    17b4982 View commit details
    Browse the repository at this point in the history
  33. after some complaints reomove .vscode

    I still think they would be beneficial, but to lazy to re-discuss this
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6377a84 View commit details
    Browse the repository at this point in the history
  34. re-ignore .vscode

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2b120b0 View commit details
    Browse the repository at this point in the history
  35. add docs/help/IDE-Settings

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4f799fd View commit details
    Browse the repository at this point in the history
  36. add docs/help/index.md

    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    376265e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    55529ba View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5775cca View commit details
    Browse the repository at this point in the history
  39. rename docs/help/contributing`

    - update vs-code.md
    - update 30_DOCS.md
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d7e3c09 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    afe6605 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bb08371 View commit details
    Browse the repository at this point in the history
  42. enable content.code.copy

    - to get a handy copy button in code blocks
    - also sort the features alphabetically
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    777a231 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2d8af76 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    204bc61 View commit details
    Browse the repository at this point in the history
  45. add icons to some docs

    - this also reformated `docs/index.md`
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8a21d52 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6c8b474 View commit details
    Browse the repository at this point in the history
  47. update docs/help/contributing/010_PULL_REQUEST

    - prepend brand icons on tabs
    mauwii committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b557d3f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    55c63d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cc557 View commit details
    Browse the repository at this point in the history
  3. skip flake8 for the test

    mauwii committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d67f96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b56eb62 View commit details
    Browse the repository at this point in the history
  5. remove bloat

    mauwii committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a2cd013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aa4241 View commit details
    Browse the repository at this point in the history
  7. fix INPAINTING.md

    mauwii committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7409a7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4694c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    437402d View commit details
    Browse the repository at this point in the history