File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
3
Copyright (c) 2017 Tom van Ommeren
4
- Copyright (c) 2020 Richard Kellnberger
4
+ Copyright (c) 2022 Richard Kellnberger
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Mypy plugin for PYLSP
4
4
.. image :: https://badge.fury.io/py/pylsp-mypy.svg
5
5
:target: https://badge.fury.io/py/pylsp-mypy
6
6
7
- .. image :: https://github.com/Richardk2n /pylsp-mypy/workflows/Python%20package/badge.svg?branch=master
8
- :target: https://github.com/Richardk2n /pylsp-mypy/
7
+ .. image :: https://github.com/python-lsp /pylsp-mypy/workflows/Python%20package/badge.svg?branch=master
8
+ :target: https://github.com/python-lsp /pylsp-mypy/
9
9
10
10
This is a plugin for the `Python LSP Server `_.
11
11
Original file line number Diff line number Diff line change 2
2
name = pylsp-mypy
3
3
author = Tom van Ommeren, Richard Kellnberger
4
4
description = Mypy linter for the Python LSP Server
5
- url = https://github.com/Richardk2n /pylsp-mypy
5
+ url = https://github.com/python-lsp /pylsp-mypy
6
6
long_description = file: README.rst
7
7
license =' MIT'
8
8
classifiers =
You can’t perform that action at this time.
0 commit comments