Nicolas CANIART

Results 7 issues of Nicolas CANIART

Check attribute exist before calling `getattr()` within `__getattr__()` to prevent infinite recursion loops.

We are seeing a lot of errors like this, in two of our environments. ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/hvac/api/vault_api_category.py", line 39, in __getattr__ if item in self.implemented_class_names:...

When running yamllint manually, it finds more errors than when invoked by pre-commit. Here are the command lines used: ``` yamllint --config-file .yamllint . yamllint --config-file .yamllint . pre-commit run...

**What is the feature and why do you need it**: In kubernetes-client/python-base#234 the parsing of BOOKMARK events has been bypassed ([and still is as of today](https://github.com/kubernetes-client/python/blob/master/kubernetes/base/watch/watch.py#L103)). But those events exist...

kind/feature
help wanted

# Bug report ## What's wrong ``` $ flake8 --pytest-parametrize-names-type tuple simple_test.py simple_test.py:21:2: PT006 wrong name(s) type in @pytest.mark.parametrize, expected string ``` If I asked for tuples, why am I...

bug

Running Python 3.7 with Python 3.5 config does not work.

### Description There is no way to change the grouping hash value when using logger methods and the BugsnagHandler to send event. In a general manner, this module API does...

feature request
backlog