File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Links
55
55
56
56
* `Flake8 Documentation <http://flake8.pycqa.org/en/latest/ >`_
57
57
58
- * `GitLab Project <https://gitlab .com/pycqa/flake8 >`_
58
+ * `GitHub Project <https://github .com/pycqa/flake8 >`_
59
59
60
60
* `All (Open and Closed) Issues
61
- <https://gitlab .com/pycqa/flake8/issues?scope=all&sort=updated_desc&state=all > `_
61
+ <https://github .com/pycqa/flake8/issues?q=is%3Aissue > `_
62
62
63
63
* `Code-Quality Archives
64
64
<https://mail.python.org/mailman/listinfo/code-quality> `_
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Filing a Bug
51
51
============
52
52
53
53
When filing a bug against |Flake8 |, please fill out the issue template as it
54
- is provided to you by `GitLab `_. If your bug is in reference to one of the
54
+ is provided to you by `GitHub `_. If your bug is in reference to one of the
55
55
checks that |Flake8 | reports by default, please do not report them to |Flake8 |
56
56
unless |Flake8 | is doing something to prevent the check from running or you
57
57
have some reason to believe |Flake8 | is inhibiting the effectiveness of the
@@ -131,7 +131,7 @@ documentation generation and refresh the documentation you're working on.
131
131
Contributing Code
132
132
=================
133
133
134
- |Flake8 | development happens on `GitLab `_. Code contributions should be
134
+ |Flake8 | development happens on `GitHub `_. Code contributions should be
135
135
submitted there.
136
136
137
137
Merge requests should:
@@ -202,8 +202,8 @@ delivered.
202
202
.. _tox :
203
203
https://tox.readthedocs.io/
204
204
205
- .. _ GitLab :
206
- https://gitlab .com/pycqa/flake8
205
+ .. _ GitHub :
206
+ https://github .com/pycqa/flake8
207
207
208
208
.. _pycodestyle :
209
209
https://github.com/pycqa/pycodestyle
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ McCabe: https://github.com/pycqa/mccabe
144
144
BUGS
145
145
====
146
146
147
- Please report all bugs to https://gitlab .com/pycqa/flake8
147
+ Please report all bugs to https://github .com/pycqa/flake8
Original file line number Diff line number Diff line change 40
40
description = " our extension to flake8" ,
41
41
author = " Me" ,
42
42
author_email = " example@example.com" ,
43
- url = " https://gitlab .com/me/flake8_example" ,
43
+ url = " https://github .com/me/flake8_example" ,
44
44
packages = [
45
45
" flake8_example" ,
46
46
],
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ started is to add this configuration to your ``.pre-commit-config.yaml``:
10
10
11
11
.. code-block :: yaml
12
12
13
- - repo : https://gitlab .com/pycqa/flake8
13
+ - repo : https://github .com/pycqa/flake8
14
14
rev : ' ' # pick a git hash / tag to point to
15
15
hooks :
16
16
- id : flake8
Original file line number Diff line number Diff line change 7
7
description = 'Example plugin to Flake8' ,
8
8
author = 'Ian Cordasco' ,
9
9
author_email = 'graffatcolmingov@gmail.com' ,
10
- url = 'https://gitlab .com/pycqa/flake8' ,
10
+ url = 'https://github .com/pycqa/flake8' ,
11
11
package_dir = {'' : 'src/' },
12
12
packages = ['flake8_example_plugin' ],
13
13
entry_points = {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ author = Tarek Ziade
12
12
author_email = tarek@ziade.org
13
13
maintainer = Ian Stapleton Cordasco
14
14
maintainer_email = graffatcolmingov@gmail.com
15
- url = https://gitlab .com/pycqa/flake8
15
+ url = https://github .com/pycqa/flake8
16
16
classifiers =
17
17
Development Status :: 5 - Production/Stable
18
18
Environment :: Console
You can’t perform that action at this time.
0 commit comments