-
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
--ignored
seems not to work
#84
Comments
Interesting. I guess if we use the There's a workaround for this specific case, though:
Also, (sorry, I have to ask) - are your really trying to use Django 1.11 with Python 3.10? Because in that case, the problem with abc is going to be the least of your problems ... |
Yes, this was my task from some course that requires to use Django of 1.11 version. I may used python of another version but create script that removes incompatible parts was easier. That is how I found this tool (there was also sd but it seems more complicated to use for editing files). |
In the reproduce steps I simplified gitignore creating process. Actualy there is default gitignore for python projects. So I should also do |
Problem
I want to patch code of ignored files (dependencies of my python project). But there is no difference with or without
--ignored
-Error: nothing found to replace
. At the same timeripgrep
correctly finds provided pattern.To reproduce
Libs used:
python==3.10.2
ripgrep==13.0.0
(orrg
)ruplacer==0.6.4
It might be overcomplicated, but it is my real situation. Steps to reproduce:
The text was updated successfully, but these errors were encountered: