Skip to content

Commit 6150fd9

Browse files
committed
No more stickler fixer
1 parent 79972ef commit 6150fd9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.stickler.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
linters:
22
flake8:
33
max-line-length: 79
4-
fixer: true
4+
fixer: false
55
ignore: I002
66
exclude:
77
- doc/*
88
py3k:
9-
fixers:
10-
enable: true

doc/gallery/plot_lines_from_2d.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
import xarray as xr
1616
import matplotlib.pyplot as plt
1717

18-
19-
def badly_spaced_again( spaced ):
20-
badName = 1
21-
return badName
22-
23-
2418
# Load the data
2519
ds = xr.tutorial.load_dataset('air_temperature')
2620
air = ds.air - 273.15 # to celsius

0 commit comments

Comments
 (0)