Bastien Gérard

Results 11 issues of Bastien Gérard

Inspired by how it got fixed in https://github.com/pyca/cryptography/issues/4523 Fixes #108

Hi, first of all thanks for the great project! When running tox from my bootstrapped project, I have the following warning that gets printed: `warning: Check: This command has been...

I'd like to open the discussion on the interface that we want to use for supporting the use of transactions/sessions within MongoEngine. Items to keep in mind: - Session needs...

Discussion

Since .count was deprecated, MongoEngine was switched to the Collection.count_documents method exclusively. This caused major issue for people for simple cases where estimated_documents_count could be used. This PR adds a...

Currently, if you set a ListField to an empty list, it unset it in the database instead of storing an empty list. This is bad because it creates inconsistencies which...

I've recently been hit by this problem, after changing the ordering in which controllers were registered, some routes weren't called. This is because some routes using pattern matching were registered...

Hi, I just noticed that the following description/fixes differ between autopep8 & pep8: From autopep8: E101 - Reindent all lines. E111 (Does not appear in the readme but can be...

Fixes #341 This adds support for providing ignore as `--ignore=123,456` The previous format `--ignore=123 --ignore=456` is still supported for backward compatilibity, I guess you don't want to introduce a breaking...

As it is now, in case we want to ignore multiple vulnerabilities, we have to use `safety check -i 1234 -i 4567 -i 89101` I'd like to suggest to start...

### how did you install flake8? ```console pip install flake8 ``` ### unmodified output of `flake8 --bug-report` ```json { "platform": { "python_implementation": "CPython", "python_version": "3.10.7", "system": "Linux" }, "plugins": [...