Skip to content

Commit e6f95fa

Browse files
committed
Fix flake8 and yamllint style issues
And add a minimal config setting line length to 88 as in Matplotlib.
1 parent 8f8928e commit e6f95fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+115
-78
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 88

.github/workflows/circleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: "CircleCI artifact handling"
32
on: [status]
43
jobs:

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: GitHub Pages
32

43
on:

.yamllint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends: default
2+
3+
rules:
4+
document-start:
5+
present: false
6+
line-length:
7+
max: 88
8+
truthy:
9+
check-keys: false

packages/DnaFeaturesViewer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: DNA Features Viewer
22
repo: Edinburgh-Genome-Foundry/DnaFeaturesViewer
33
section: domain specific libraries
4-
description: Visualize DNA features, e.g. from GenBank or Gff files, or Biopython SeqRecords.
4+
description: >-
5+
Visualize DNA features, e.g. from GenBank or Gff files, or Biopython SeqRecords.
56
site: https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/
67
pypi_name: dna-features-viewer

packages/PyNanoLab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PyNanoLab
22
repo: decacent/PyNanoLab
33
section: gui applications
4-
description: PySide6 GUI for data analysis and visualisation with matplotlib and pandas.
4+
description: PySide6 GUI for data analysis and visualisation with Matplotlib and Pandas.
55
site: https://pynanolab.com
6-
keywords: [GUI, PySide6,matplotlib, pandas, data analysis] # optional
6+
keywords: [GUI, PySide6, matplotlib, pandas, data analysis]

packages/PySimpleGUI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: PySimpleGUI
22
repo: PySimpleGUI/PySimpleGUI
33
section: gui applications
4-
description: Create custom GUIs quickly & easily on top of tkinter, Qt, WxPython or Remi.
4+
description: >-
5+
Create custom GUIs quickly & easily on top of tkinter, Qt, WxPython or Remi.
56
site: http://www.PySimpleGUI.com
6-
keywords: [GUI, tkinter, pyside2, WxPython, Remi, documentation, cookbook, Trinkets, replit]
7+
keywords: [GUI, tkinter, pyside2, WxPython, Remi, documentation, cookbook, Trinkets,
8+
replit]
79
pypi_name: PySimpleGUI

packages/Quibbler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ repo: Technion-Kishony-lab/quibbler
33
section: interactivity
44
description: Effortlessly make your matplotlib graphics interactive.
55
site: https://github.com/Technion-Kishony-lab/quibbler
6-
keywords: [data, visualization, interactive, save, data analysis, matplotlib, plot, picker]
6+
keywords: [data, visualization, interactive, save, data analysis, matplotlib, plot,
7+
picker]
78
pypi_name: pyquibbler

packages/adjustText.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: adjustText
22
repo: Phlya/adjustText
33
section: plotting utilities
4-
description: Draw many text artists so that they do not overlap.
4+
description: Draw many text artists so that they do not overlap.

packages/aquarel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Aquarel
22
repo: lgienapp/aquarel
33
section: colormaps and styles
4-
description: Simplified wrapper for flexible styling and theming.
4+
description: Simplified wrapper for flexible styling and theming.
55
site: https://github.com/lgienapp/aquarel
66
keywords: [styles]
77
pypi_name: aquarel

0 commit comments

Comments
 (0)