Skip to content

Commit

Permalink
Remove --flake8 from pytest command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Aug 3, 2023
1 parent d951fe0 commit eb7fb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dialect](https://specs.frictionlessdata.io/csv-dialect/) used and a [Table
Schema](https://specs.frictionlessdata.io/table-schema/) specifying the contents of each
column to aid the reading and interpretation of the data.

## Instalation
## Installation

'pycsvy' is available in PyPI therefore its installation is as easy as:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test = pytest

[tool:pytest]
addopts =
-v --flake8 --mypy -p no:warnings
-v --mypy -p no:warnings
--cov=csvy --cov-report=html:reports/coverage/html
--cov-report=xml:reports/coverage/coverage.xml
--doctest-modules --ignore=docs/
Expand Down

0 comments on commit eb7fb9a

Please sign in to comment.