Skip to content

Commit febb96b

Browse files
authored
Merge pull request #105 from cadenmyers13/inline_comments
Remove E203 and txt and rst exclusion from EoFF
2 parents f659ac7 + 512d85c commit febb96b

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ exclude =
99
doc/manual/source/conf.py
1010
max-line-length = 115
1111
# Ignore some style 'errors' produced while formatting by 'black'
12-
ignore = E203, W503
12+
ignore = W503

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repos:
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
9-
exclude: '\.(rst|txt)$'
109
- id: trailing-whitespace
1110
exclude: '\.(rst|txt)$'
1211
- repo: https://github.com/ambv/black

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Billinge
88
Contributors
99
------------
1010
For a list of contributors, visit
11-
https://github.com/diffpy/diffpy.pdfmorph/graphs/contributors
11+
https://github.com/diffpy/diffpy.pdfmorph/graphs/contributors

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ v0.0.1
99

1010
**Changed:**
1111

12-
* Fixed rever GH address
12+
* Fixed rever GH address

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,3 @@ CONTACTS
174174

175175
For more information on PDFmorph, visit the `PDFmorph project web-page, <https://github.com/diffpy/diffpy.github.io/blob/source/products/pdfmorph.rst/>`_
176176
or email Professor Simon Billinge at sb2896@columbia.edu
177-

TODO.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
* Add qmax filtering, automatic qmax detection.
22
* Factor out data loading and writing. diffpy.tools?
3-

doc/manual/source/release.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.. index:: release notes
22

33
.. include:: /../../../CHANGELOG.rst
4-

requirements/run.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ numpy
22
scipy
33
diffpy.utils
44
matplotlib
5-
bg-mpl-stylesheets
5+
bg-mpl-stylesheets

0 commit comments

Comments
 (0)