mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 09:02:32 +00:00
add pre-commit and enforce on travis (#37)
* add pre-commit and enforce on travis
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""This module provides utility functions that are used within rfd"""
|
||||
|
||||
|
||||
def is_int(number):
|
||||
try:
|
||||
int(number)
|
||||
|
Reference in New Issue
Block a user