-
Hi there. I just tried out your tool as I could really use something like it. Thanks for your efforts and making it public.
Question: It works on *.md files but only spots the default flake8 error …
-
``` console
$ python3.8 --version
Python 3.8.12
$ tox -e py38 --notest
ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/tmp.FN9goITk7Q
py38: OK (0.11 second…
-
❓ **I'm submitting a ...**
- [X] 🐞 bug report
- [ ] 🐣 feature request
- [ ] ❓ question about the decisions made in the repository
🐞 **Describe the bug. What is the current behavior?**
In cheroo…
-
I have been able to reproduce [this failure](https://travis-ci.org/dateutil/dateutil/jobs/523478272) locally, but I can't do it consistently, no idea why that is. It seems to be consistently happening…
-
Here are the packages installed:
```
$ flake8 --version
2.6.2 (
pycodestyle: 2.0.0,
pyflakes: 1.2.3,
flake8-putty: 0.4.0,
flake8_quotes: 0.8.1,
mccabe: 0.5.2,
naming: 0.4.1
)
CPyt…
-
With previous tox using virtualenv 20.0.5 (during py27 setup)
```
$ tox -e py27 -- -k test_distutils_config_file_read
GLOB sdist-make: /home/xafer/other_dev/pip/setup.py
py27 inst-nodeps: /home/xa…
-
See this [workflow run](https://github.com/barnhunt/barnhunt/runs/8024921365?check_suite_focus=true).
-
I think it would be helpful to support type annotations in hook specifications.
It isn't hard to add the necessary annotations to a hook specification but I couldn't work out how to integrate this …
-
With pynamodb 6.0.1, I got a test failure:
```
________________________________ test_exception ________________________________
def test_exception():
class SampleModel(Model):
…
-
Ref https://github.com/pytest-dev/pytest-twisted/pull/75#discussion_r380495375 for the gory details, but I'll try to summarize, as there are a few similar yet distinct issues here. First...
## The …