-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conflict with black@20.8b1 #200
Conflict with black@20.8b1 #200
Comments
Hello @isac322, thanks for the bug report. This bug uiri/toml#295 was fixed here: uiri/toml@9be6458, but a new toml version was not released yet. To fix this, I will install uiri/toml@9be6458 directly, using Poetry. This can lead to issues though, if you already have |
Unfortunately I cannot fix this issue. After a few hours banging my head against the wall, I will have to revert this change.
See:
As a workaround while we wait for a new You can also run black as a pre-commit hook. These are the recommended ways to run these tools IMHO. 😉 |
# [0.23.0](v0.22.2...v0.23.0) (2020-09-18) ### Bug Fixes * get uiri/toml@9be6458 to fix conflict with black@20.8b1 ([fd2a44a](fd2a44a)), closes [#200](#200) ### Features * check if a text file contains lines ([#182](#182)) ([3173bf7](3173bf7)) * detect JSON files by extension, no need to declare them first ([6f54480](6f54480)) * use a plugin system (experimental) ([#180](#180)) ([6d2df4f](6d2df4f))
🎉 This issue has been resolved in version 0.23.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@andreoliwa - This issue isn't fixed. Seems like nitpick still depends on toml==0.10.0. I installed the latest version of toml==0.10.1 and then trying to install nitpick gave me the same error as above.
|
@andreoliwa FYI. toml 0.10.2 is released! |
@gghildyal. Yes, I thought I had it fixed, but it didn't work (I wrote something above: #200 (comment))
@isac322 Thanks for the heads-up. Cool, I will try to upgrade toml again now. |
## [0.23.1](v0.23.0...v0.23.1) (2020-11-02) ### Bug Fixes * upgrade toml to 0.10.2 (fixes [#200](#200)) ([3331e76](3331e76))
🎉 This issue has been resolved in version 0.23.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Expected Behavior
Can be install black@20.8b1 with nitpick@0.22.2
Current Behavior
Possible Solution
Upgrade minimum version of toml
Steps to Reproduce
poetry add --dev nitpick
poetry add --dev black
Your Environment
nitpick
version used: 0.22.2Python version: 3.8.5
Operating System and version: macOS 10.15.6
Link to your project: local project
Run the following commands and paste the output:
The text was updated successfully, but these errors were encountered: