Fix regression with custom arguments being dropped in non-local… (#491)

* No idea what I'm doing.

* Extend integration test to cover ac3f6a78c7401aba9b62c2c67f280a129ae84eaf.

* Remove useless output to stop failing other tests.

* Reformat.

* Upgrade virtualenv to see if it fixes py34 builds

* Add CHANGELOG entry

* Make foobarplugin part of the test only

* Fix language_version in pre-commit for rst

* Fix test in Python 2

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Ionel Cristian Mărieș
2019-12-20 02:00:02 +02:00
committed by Bruno Oliveira
parent 66e74c8eb3
commit 038a59eebc
6 changed files with 37 additions and 4 deletions

View File

@@ -21,4 +21,4 @@ repos:
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|changelog/.*)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]
python_version: python3.7
language_version: python3.7