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

Added flake8 tests and some config files #85

Merged
merged 5 commits into from
Feb 3, 2023

Commits on Feb 2, 2023

  1. Moved config to setup.cfg: .flake8

    	Added test passing badges and more:   README.md
    	Moved content to .md file:    README.rst
    	Added setuptoold build config:   pyproject.toml
    	new config file:   setup.cfg
    	Moved config to .cfg file:   setup.py
    	Moved code to src folder:    click_repl/__init__.py -> src/click_repl/__init__.py
    	Moved code to src folder:    click_repl/exceptions.py -> src/click_repl/exceptions.py
    	modified by black:   tests/test_argument.py
    	modified by black:   tests/test_basic.py
    	modified by black:   tests/test_command_collection.py
    	modified by black:   tests/test_repl.py
    	Added flake8 test:   tox.ini
    GhostOps77 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cda1932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb24f7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    GhostOps77 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    16649e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. renamed: src/click_repl/__init__.py -> click_repl/__init__.py

    	renamed:    src/click_repl/exceptions.py -> click_repl/exceptions.py
    	removed package_src attribute:   setup.cfg
    	modified flake8 command:   tox.ini
    GhostOps77 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8d017e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f50bca View commit details
    Browse the repository at this point in the history