Skip to content

Commit

Permalink
fix: make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 24, 2023
1 parent 6cbc007 commit 734832b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ It's used for several purposes, like:
Installation
============

Available for Python2.7 and Python3.4
Available for Python3.8+

From the repository:

::

python setup.py install
pip install -e .

Or via pip:

Expand Down
4 changes: 1 addition & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[mypy]

[mypy-docs.source.*]
ignore_errors = True
exclude = docs
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyeupi"
version = "1.3"
version = "1.3.0"
description = "Python API for the European Union anti-phishing initiative."
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 734832b

Please sign in to comment.