abcdenis

Results 15 issues of abcdenis

Hi, I have a project with precommit hook that calls [black --check --diff] and fails commit on non-empty diff. Egor (collegue of mine) suddenly added space after last character in...

T: enhancement

**Describe the bug** Plugin uses python3 path from PATH not from 'create poetry dialog' and could fail on multiple Python3 version installed. **To Reproduce** Steps to reproduce the behavior: 1)...

Hi, I suddenly read dynaconf sources and found out that `dynaconf.base.LazySettings.__resolve_config_aliases` might corrupt settings passed to it. Look: ``` # user code cfg = LazySettings(settings_file='AAA', settings_files='BBB') # kwargs after applying...

bug
HIGH

Hi, I've tries to use plugin with PyCharm but it eats a lot of CPU with realtime scanning. I prefer to call extra inspections manually so disabled plugin and switched...

Type: Question

Earlier relative path could be put in config that leads to errors on any `os.chdir()` call to different directory.

Earlier relative path could be put in config that leads to errors on any `os.chdir()` call to different directory.

Hi, **What I did:** - create two Pipeline instances for processing two languages (file global_config_demo.py, attached as text file because of github limitations [global_config_demo.py.txt](https://github.com/nlp-uoregon/trankit/files/7188790/global_config_demo.py.txt)) - try to split sentence with...

Hi, what I did: - issue `isort --help | less` command - try to find "config" or "config-file" option and failed - googled "how to specify config file for isort"...

# Rule request ## Description Catch import_module on AST walking, compare module name with `conftest` and trigger error on such import. ## Rationale AFAIK (but unable to prove in pytest...

enhancement

Hi, I experience flake8 crash on simple file: ``` $ less my_func.py def get_intent(): b"\x81".decode("utf-8") print(f'{get_intent()}') ``` This is legacy code that works and raise an exception on execution. Sadly...