Ver a proveniência

A score of 10/10 on PyLint is now required

tags/v0.1.0
Jérôme Deuchnord há 4 anos
ascendente
cometimento
bdf0d266da
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: BC6F3C345B7D33B0
3 ficheiros alterados com 4 adições e 12 eliminações
  1. +2
    -2
      .github/workflows/pythonapp.yml
  2. +0
    -1
      Pipfile
  3. +2
    -9
      Pipfile.lock

+ 2
- 2
.github/workflows/pythonapp.yml Ver ficheiro

@@ -15,8 +15,8 @@ jobs:
python-version: 3.7 python-version: 3.7
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pipenv
pip install --upgrade pip pipenv
pipenv sync -d pipenv sync -d
- name: Lint - name: Lint
run: | run: |
pipenv run pylint-fail-under --fail_under 9.0 *.py
pipenv run pylint *.py

+ 0
- 1
Pipfile Ver ficheiro

@@ -6,7 +6,6 @@ verify_ssl = true
[dev-packages] [dev-packages]
pylintfileheader = "*" pylintfileheader = "*"
pylint = "*" pylint = "*"
pylint-fail-under = "*"


[packages] [packages]
skyfield = ">=1.13.0,<2.0.0" skyfield = ">=1.13.0,<2.0.0"


+ 2
- 9
Pipfile.lock Ver ficheiro

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "e2479c38bc67f14f5ac49d82e76f3bd4e4dd3608049c62d5c7b78747a4d967f0"
"sha256": "a4fc96d52284ee4a4df4ed2a665fd9e8b4a12ce6f0c2eac4885b45febd71d579"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -126,14 +126,6 @@
"index": "pypi", "index": "pypi",
"version": "==2.4.3" "version": "==2.4.3"
}, },
"pylint-fail-under": {
"hashes": [
"sha256:4584c0eb6bf2c3dcf9402c74734a49d3a7a86fbe3590276b517fbcbdcba1333a",
"sha256:d372e3a698634b48550c4e4af10dc145a6d2c2d9ee26a40690ae635661c85de2"
],
"index": "pypi",
"version": "==0.3.0"
},
"pylintfileheader": { "pylintfileheader": {
"hashes": [ "hashes": [
"sha256:214a445432b56c177b65bd1b8f10f2b3dafbb5bc002cea9309c9309bf66e7588", "sha256:214a445432b56c177b65bd1b8f10f2b3dafbb5bc002cea9309c9309bf66e7588",
@@ -177,6 +169,7 @@
}, },
"wrapt": { "wrapt": {
"hashes": [ "hashes": [
"sha256:3a2ee5a4eea6b4627ad048022f20e13377dfa180b51e40bcb0f9154cdb9120ee",
"sha256:565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1" "sha256:565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1"
], ],
"version": "==1.11.2" "version": "==1.11.2"


Carregando…
Cancelar
Guardar