- Dundee, Scotland, UK
- http://blastedbio.blogspot.com
Block or Report
Block or report peterjc
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
biopython_workshop Public
A basic introduction to Biopython, intended for a classroom based workshop
-
-
-
backports.lzma Public
Backport of Python 3.3's standard library module lzma for LZMA/XY compressed files
-
mediawiki_to_git_md Public
Convert a MediaWiki export XML file into MarkDown as a series of git commits
1,742 contributions in the last year
Less
More
Activity overview
Contributed to
peterjc/thapbi-pict,
biopython/biopython,
peterjc/MDT-INTR-EXP-MET
and 5 other
repositories
Loading
Contribution activity
December 2021
Created 12 commits in 4 repositories
Created a pull request in peterjc/flake8-rst-docstrings that received 2 comments
fix incorrect line offsets under Python <= 3.7
As noted on #49, there was still a difference in behaviour on older versions of Python. Python 3.8: $ flake8 --select RST RST216/roles.py RST216/ro…
+4
−4
•
2
comments
Opened 1 other pull request in 1 repository
peterjc/flake8-rst-docstrings
1
merged
Reviewed 6 pull requests in 2 repositories
biopython/biopython
4 pull requests
peterjc/flake8-rst-docstrings
2 pull requests
Created an issue in peterjc/flake8-rst-docstrings that received 10 comments
Verify violation line numbers in test suite
Currently tests/run_tests.sh has this code:
for code in RST??? ; do echo "======" echo $code echo "======" for file in $code/*.py ; do echo "flake8…
10
comments