Skip to content

click dependency not bounded #3

@ghost

Description

OS: Windows 10 21H2
Python: Python 3.10.4

Steps:

  • pip install "click<7"
  • pip install pyquotes

example.py

print("Hello, World!")

pyquotes --check example.py
pyquotes -D --check example.py

Both fail with the error

  File "C:\Python310\lib\site-packages\pyquotes\settings.py", line 96, in __init__
    super().__init__(**settings, project_root=project_root)
TypeError: _Config.__init__() got an unexpected keyword argument 'check'

This is resolved when using click>=8.

Thank you for your time, this library has saved my many hours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions